Skip to content

HHH-19555 tests and doc #10385

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

HHH-19555 tests and doc #10385

wants to merge 3 commits into from

Conversation

gavinking
Copy link
Member

@gavinking gavinking commented Jun 21, 2025

[Please describe here what your change is about]


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-19555

@gavinking
Copy link
Member Author

gavinking commented Jun 21, 2025

Fails on databases with merge emulation due to this condition in OptionalTableUpdateOperation:

if ( valuesAnalysis.getTablesWithPreviousNonNullValues().contains( tableMapping ) ) {

@jrenaat
Copy link
Member

jrenaat commented Jul 7, 2025

@gavinking rebased the upsert impls for edb and hsql, and disabled the test for sybase. All tests green now. Over to you 👍

@gavinking
Copy link
Member Author

Nice! Thanks man!

We need to think what to do about Sybase (i.e. produce an error at startup or whatever, not quite sure.)

@jrenaat
Copy link
Member

jrenaat commented Jul 8, 2025

Nice! Thanks man!

We need to think what to do about Sybase (i.e. produce an error at startup or whatever, not quite sure.)

Add an supportsSqlRestrictionOnJoinTableManyToOne by default true except for Sybase dialects in Dialect ?

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