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 usages of RuntimeSQLException with UncheckedSQLException #509

Closed
sleberknight opened this issue Jul 29, 2024 · 0 comments · Fixed by #513
Closed

Replace usages of RuntimeSQLException with UncheckedSQLException #509

sleberknight opened this issue Jul 29, 2024 · 0 comments · Fixed by #513
Assignees
Labels
refactoring Code refactoring
Milestone

Comments

@sleberknight
Copy link
Member

sleberknight commented Jul 29, 2024

This is blocked until kiwi 4.2.0 is released.

Any code that uses this and which explicitly caught RuntimeSQLException will not work as expected anymore. However, we don't expect it to generally be caught directly, i.e., catch (RuntimeSQLException), so we are not making this a major version change.

@sleberknight sleberknight added refactoring Code refactoring blocked Blocked by another issue, PR, etc. labels Jul 29, 2024
@sleberknight sleberknight added this to the 3.6.0 milestone Jul 29, 2024
@sleberknight sleberknight removed the blocked Blocked by another issue, PR, etc. label Aug 4, 2024
@sleberknight sleberknight self-assigned this Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant