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

Replace ApplicationErrorJdbcException with UncheckedSQLException #397

Conversation

sleberknight
Copy link
Member

Wrap any SQLException that we catch with UncheckedSQLException.

Closes #391

Wrap any SQLException that we catch with UncheckedSQLException.

Closes #391
@sleberknight sleberknight self-assigned this Aug 4, 2024
Copy link

sonarqubecloud bot commented Aug 4, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@sleberknight sleberknight merged commit 924ad6f into main Aug 4, 2024
4 of 5 checks passed
@sleberknight sleberknight deleted the 391-replace-ApplicationErrorJdbcException-with-UncheckedSQLException branch August 4, 2024 20:19
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

Successfully merging this pull request may close these issues.

Migrate to use UncheckedSQLException instead of ApplicationErrorJdbcException
1 participant