asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

[feature]Support for Micronaut-R2DBC's Date Type in R2DBC-MySQL #130

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Is your feature request related to a problem? Please describe. Our r2dbc-mysql driver does not support micronaut-r2dbc's date type. As a result, a workaround is being used where both the dev.miku.r2dbc-mysql and io.asyncer:r2dbc-mysql dependencies are included to address this limitation.

Describe the solution you'd like support micronaut's date type.

Additional context https://github.com/micronaut-projects/micronaut-r2dbc/issues/357