Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for bug 218386

I'm checking in patch for bug 218386, which is attached to the bug at:
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=218386

Description:TimesTen test failures: TT1000: Cannot set primary key columns to different values
This is fixes problems with the test cases where primary key values were being updated which isn't allowed in TimesTen.  Also fixes
a duplicate pk problem caused by timestamp precision on the Computer class. 

Modified: persistence/testing/tests/optimisticlocking/cascaded/BarTableCreator.java and persistence/testing/models/legacy/Computer.java
 
It has been reviewed by Andrei.

Best Regards,
Chris
 

Back to the top