micronaut-data icon indicating copy to clipboard operation
micronaut-data copied to clipboard

JDBC / R2DBC repositories should require to set the dialect

Open dstepanov opened this issue 4 years ago • 0 comments

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.

dstepanov avatar Oct 20 '21 07:10 dstepanov