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

Add nextOrThrow methods to KiwiJdbc to advance a ResultSet #1077

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

sleberknight
Copy link
Member

  • Add three overloaded nextOrThrow methods to KiwiJdbc
  • The different variants allow for a default message, a custom message, and a message template with arguments

Closes #1074

* Add three overloaded nextOrThrow methods to KiwiJdbc
* The different variants allow for a default message, a custom
  message, and a message template with arguments
@sleberknight sleberknight self-assigned this Nov 18, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@sleberknight sleberknight merged commit 17b3ffd into master Nov 18, 2023
6 checks passed
@sleberknight sleberknight deleted the 1074-add-KiwiJdbc-nextOrThrow branch November 18, 2023 18:58
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.

Add nextOrThrow method to KiwiJdbc to advance a ResultSet or throw exception
2 participants