Gavin King
Gavin King
Fails on databases with `merge` emulation due to this condition in `OptionalTableUpdateOperation`: ```java if ( valuesAnalysis.getTablesWithPreviousNonNullValues().contains( tableMapping ) ) { ```
Nice! Thanks man! We need to think what to do about Sybase (i.e. produce an error at startup or whatever, not quite sure.)
There's a [comment](https://hibernate.atlassian.net/browse/HHH-19555?focusedCommentId=122383) on the issue: > I have found a second problem with this. > All is well as long as such an association is fetched eagerly using a...
Alright, so, based on my testing, we have two options here: 1. disable this functionality for the two cases where we know it's currently broken: - `fetch=LAZY`, and - Sybase...
@sebersole Im not proposing to merge this as-is.
Should open an issue.
Note that on the Zulip chat I pointed out that no value was being assigned to `BookDescriptionId.bookId`, and it was confirmed that setting `BookDescriptionId.bookId` is a workaround. I don't think...
FYI, It's extremely unlikely that we'll integrate improvements in a micro release of 6.6.
Leaving this here just in case @DavideD, @yrodiere, or @sebersole feel they want to include it in the release.
Hibernate ORM doesn't allow `@SoftDelete` as a meta-annotation, so this is an improvement that would be needed in ORM, not in Reactive.