Replies: 1 comment 12 replies
-
@marcvk this looks like a job for a custom type mapper You'll have to experiment a bit to see what exactly your JDBC driver passes to ScalaSQL, but hopefully the implementation should be similar to to that for scalasql/scalasql/src/dialects/Dialect.scala Lines 110 to 115 in d87f581 |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working on an older code base that uses java.util.Date (I know, I should switch to java.time), and I'm running into the problem that there is no implicit value for "Queryable.Row[Expr[Date], Date]".
As far as I can determine this occurs because java.util.Date is not directly supported by scalasql.
Is there a way to add support for java.util.Date.
Thanks,
Marc.
Beta Was this translation helpful? Give feedback.
All reactions