Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

withThrowExceptions set to THROW_NONE does not log exceptions #104

Open
kortemik opened this issue Oct 24, 2024 · 1 comment
Open

withThrowExceptions set to THROW_NONE does not log exceptions #104

kortemik opened this issue Oct 24, 2024 · 1 comment
Assignees

Comments

@kortemik
Copy link
Member

investigate if SQL Exceptions can be logged even when withThrowExceptions is set to THROW_NONE

settings = settings.withThrowExceptions(ThrowExceptions.THROW_NONE);

@51-code
Copy link
Contributor

51-code commented Oct 29, 2024

A promising attempt with implementing the ExecuteListener interface from jooq and setting it to the DSL context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants