You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm using array support from slick-pg v0.21.1 for slick v3.4.1, i have a column typed in postgres as an array of double double precision[] mapped to List[Double] :
the compiler does not seem to find the implicit definition for GetResult[List[Double]]:
could not find implicit value for parameter f: slick.jdbc.GetResult[List[Double]] (No implicit view available from slick.jdbc.PositionedResult => List[Double].)
Hello, i'm using array support from slick-pg v0.21.1 for slick v3.4.1, i have a column typed in postgres as an array of double
double precision[]
mapped to List[Double] :the compiler does not seem to find the implicit definition for GetResult[List[Double]]:
My custom profile:
Maybe i missed something and it's not even possible to define a GetResult for a List[] ?
The text was updated successfully, but these errors were encountered: