Allow reuse of database error code translation without referring to JDBC module [SPR-17618] #22150
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Oliver Drotbohm opened SPR-17618 and commented
The error code based creation of
DataAccessException
instances inspring-jdbc
would be very useful to reuse from within Spring Data R2DBC. We'd like to avoid dragging in JDBC as it's somewhat competing technology and especially with Boot enabling features through classpath inspection we'd like to avoid having to havespring-jdbc
on the classpath.Issue Links:
The text was updated successfully, but these errors were encountered: