spring-data-r2dbc icon indicating copy to clipboard operation
spring-data-r2dbc copied to clipboard

Add generic SQL 2011 Spec-compliant R2dbcDialect

Open mp911de opened this issue 6 years ago • 0 comments

We should consider adding a generic, SQL 2011-compliant R2dbcDialect as a general fallback for unknown drivers to allow DatabaseClient usage instead of failing with NoDialectException.

With #127, external libraries can contribute their own R2dbcDialect to handle dialect specifics. Providing a fallback for users that just want to use the execute() API enables these to do so instead of preventing usage.

mp911de avatar May 23 '19 08:05 mp911de