WITH ORDINALITY
https://www.postgresql.org/docs/current/static/functions-srf.html
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.