micronaut-data
micronaut-data copied to clipboard
JDBC / R2DBC repositories should require to set the dialect
Issue description
Most of the JDBC drivers will work with ANSI SQL syntax but R2DBC drivers are parameters bindings specific and fail with the default dialect.