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

HHH-16939 Optimistic and Pessimistic Force Increment Update Statements are not committed when using a batch #7063

Merged
merged 2 commits into from
Aug 16, 2023

Conversation

dreab8
Copy link
Member

@dreab8 dreab8 commented Jul 24, 2023

Comment on lines +2070 to +2072
"Forcing version increment [" + infoString( this, id, getFactory() ) + "; "
+ getVersionType().toLoggableString( currentVersion, getFactory() ) + " -> "
+ getVersionType().toLoggableString( nextVersion, getFactory() ) + "]"

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High

This
potentially sensitive information
is written to a log file.
stevedighans and others added 2 commits July 26, 2023 17:19
Created test to validate that the version column is incremented after a SELECT statement while in batch mode.
@dreab8 dreab8 merged commit c7ed34d into hibernate:main Aug 16, 2023
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants