Skip to content

Conversation

@jpJuni0r
Copy link

@jpJuni0r jpJuni0r commented Aug 21, 2025

Modifies SQLStatementCountMismatchException to extend AssertionError instead of RuntimeException for better integration with test frameworks. This allows test runners to properly identify assertion failures when SQL statement count validation fails.

The change is backward compatible since AssertionError is also unchecked and will be caught by existing RuntimeException handlers.

@jpJuni0r
Copy link
Author

jpJuni0r commented Sep 4, 2025

@vladmihalcea Did you have a chance to look at this PR?

@vladmihalcea
Copy link
Owner

@jpJuni0r No, I haven't had the time to check it. I'm very busy at the moment, so I'll check the existing PRs in October or November.

@jpJuni0r
Copy link
Author

jpJuni0r commented Sep 5, 2025

Alright, thanks for the update!

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.

2 participants