-
Notifications
You must be signed in to change notification settings - Fork 98
Add Codec for java.sql.Timestamp #151
Comments
R2DBC isn't affiliated with |
@mp911de Hi Mark! Please take a look at PR #152. I added codecs for |
Then using JDBC types with R2DBC is a shortcoming of Micronaut that should be fixed in Micronaut instead of introducing unwanted dependencies here. R2DBC is a specification. There exist several implementations and each one is exactly following the spec. If a single driver compensates for the invalid usage of Micronaut, the it makes this driver work. Yet the other drivers won't work when used with Micronaut. |
@mp911de Thanks, I'll open a PR in |
Hi,
I'm getting the following error
Cannot encode value of type 'class java.sql.Timestamp'
for ajava.sql.Timestamp
value.Could you please add a codec for this case?
Thanks
The text was updated successfully, but these errors were encountered: