In the slick-3.1 branch in the activator-hello-slick/src/main/scala/QueryActions.scala in the unboxed Array[Int] query you could have something like <code> println("- " + r.mkString(" ")) </code> instead of <code> println("- " + r) </code> Cheers again!
In the slick-3.1 branch in the activator-hello-slick/src/main/scala/QueryActions.scala in the unboxed Array[Int] query you could have something like
println("- " + r.mkString(" "))instead of
println("- " + r)Cheers again!