-
Notifications
You must be signed in to change notification settings - Fork 3.6k
HHH-19498 - improve upserts on MySQL and Maria #10275
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
base: main
Are you sure you want to change the base?
Conversation
918613e
to
4a39789
Compare
...re/src/main/java/org/hibernate/dialect/sql/ast/SqlAstTranslatorWithOnDuplicateKeyUpdate.java
Fixed
Show fixed
Hide fixed
517ce5f
to
8c07fc9
Compare
...re/src/main/java/org/hibernate/dialect/sql/ast/SqlAstTranslatorWithOnDuplicateKeyUpdate.java
Outdated
Show resolved
Hide resolved
I think what we need to do here is fall back to the "dumb" approach (with an We can still use this new strategy when there is no version to check. |
8c07fc9
to
9ad84bd
Compare
hibernate-core/src/main/java/org/hibernate/dialect/MySQLDeleteOrUpsertOperation.java
Fixed
Show fixed
Hide fixed
d67391f
to
9430048
Compare
hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/MySQLSqlAstTranslator.java
Fixed
Show fixed
Hide fixed
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
9430048
to
fcb6cef
Compare
Done, let me know what you think |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19498