Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Bug 341709 - Delete fails with DB constraint violation due to an internal update

Checked into both trunk and 2.4 Additional patch.

Contains additional changes to be applied on top of the previous patch.
Defines writeFromObjectIntoRowForUpdateAfterShallowInsert for all mappings that
override writeFromObjectIntoRowForShallowInsert method defined in
DatabaseMapping class (EISOneToManyMapping, VariableOneToOneMapping and
NestedTableMapping).
Note that no attempt to handle nullable fields was made for the first two of these mappings.

Note that neither before this patch nor after it I could reproduce the 6 core test failures in today's build. However before this patch there were several core failures on Oracle which are now fixed.

On 5/29/2012 5:47 PM, Andrei Ilitchev wrote:
Checked the patch into trunk 2.5 (revision: 11548) and into 2.4
(revision: 11547).
Reviewed by James.

On 5/28/2012 5:42 PM, Andrei Ilitchev wrote:
The patch is ready for review.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341709

Thanks,
Andrei
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top