-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
base: main
Are you sure you want to change the base?
HHH-19555 tests and doc #10385
Conversation
Fails on databases with if ( valuesAnalysis.getTablesWithPreviousNonNullValues().contains( tableMapping ) ) { |
d035cda
to
8bbb5dc
Compare
@gavinking rebased the upsert impls for edb and hsql, and disabled the test for sybase. All tests green now. Over to you 👍 |
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 |
Maybe rather WDYT @gavinking? |
There's a comment on the issue:
I'm not sure that this problem has been addressed yet. I'm guessing not. I don't think we can merge this until that part of it is done. |
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
…erts Signed-off-by: Jan Schatteman <jschatte@redhat.com>
Alright, so, based on my testing, we have two options here:
Apparently I tried to do 2 when I first looked at this, and couldn't figure it out, so we would need Marco's help on it. Anyway, I have added tests. |
@SQLRestriction
on a@ManyToOne @JoinTable
is currently mostly-working, by accident.This PR documents this possibility, and adds tests for it.
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