hibernate-orm/hibernate-core
Maximilian Zellhofer 3a3882155f HHH-15393: fix for what looks like a copy & paste error
In the changes added to BasicCollectionPersister during HHH-15393, it looks as if generateUpdateRowOperation has maybe been copy-pasted from generateInsertRowOperation (which is perfectly fine), but when the custom sql update row operation is generated, the mutation details for the insert case rather than the ones for the update case are fetched. In case that this assumption is correct, there are some more in buildCustomSqlUpdateRowOperation, where getDeleteDetails() is used instead of getUpdateDetails().
2023-05-08 13:33:30 +02:00
..
src HHH-15393: fix for what looks like a copy & paste error 2023-05-08 13:33:30 +02:00
hibernate-core.gradle Fix build issues with JDK17+ 2023-04-27 09:52:33 +02:00