Skip to content

JooqExceptionTranslator passes null exception to jOOQ when SQLException cannot be translated #25717

Closed
@wilkinsona

Description

@wilkinsona

Rather than calling ExecuteContext(RuntimeException) with null, we shouldn't call jOOQ at all. This will lead to throwing the original SQLException wrapped in a jOOQ DataAccessException, just as if the JooqExceptionTranslator hadn't been configured.

See #25493 for further details.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions