PgDate2Support
is availabe for slick 3.1.1 as an addon, you can use libraryDependencies += "com.github.tminglei" %% "slick-pg_date2" % "0.14.6"
to refer it. But in master for slick 3.2, I merged it into the main jar.
select ARRAY(select stringfield from foos)
yet.
When I'm trying to use slick-pg driver (https://pastebin.com/Z3XeXVSJ; as you can see: there is nothing special with it), I get AbstractMethodError
on Scala 2.12.2:
java.lang.AbstractMethodError: Method ru/makkarpov/play/database/DatabaseProfile$MyAPI$.slick$basic$BasicProfile$API$_setter_$Database_$eq(Ljava/lang/Object;)V is abstract
I'm suppose that this is a compiler bug, but I wondered that Googling for this error shows literally nothing.
nativeUpsert
capability is disabled. Right now I have it throw and suggest to DBIO.sequence(insertOrUpdate...)
PgPlayJsonSupport
and PlayJsonImplicits
as shown in several examples but the traits are no longer available using import com.github.tminglei.slickpg._
. I am using the version "com.github.tminglei" %% "slick-pg" % "0.16.0"
. Do any of you know if they have been removed ?