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

feat/hibernate smoketest #780

Merged
merged 5 commits into from
Nov 14, 2024
Merged

feat/hibernate smoketest #780

merged 5 commits into from
Nov 14, 2024

Conversation

michael-simons
Copy link
Collaborator

  • fix: Make executeUpdate return only the number of modified rows.
  • build: Add the most simple Hibernate smoke test.

@michael-simons michael-simons force-pushed the feat/hibernate-smoketest branch 2 times, most recently from 0122ea1 to 8955f34 Compare November 5, 2024 19:39
The JDBC spec dictates that executeUpdate returns the number of affected rows, not the total number of changes in a row.
@michael-simons michael-simons force-pushed the feat/hibernate-smoketest branch from 8955f34 to fea08d7 Compare November 14, 2024 17:33
@michael-simons michael-simons merged commit fef8468 into main Nov 14, 2024
8 checks passed
@michael-simons michael-simons deleted the feat/hibernate-smoketest branch November 14, 2024 19:09
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