Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 324128 - hundreds jpa oracle specific TimeStamp related WriteTypeObjectTests failed on oracle 10.2.0.4

https://bugs.eclipse.org/bugs/show_bug.cgi?id=324128

Checked the patch into trunk (2.2), 2.1.2 is pending.

This is a test issue. In bug 323420 I simplified in TIMESTAMPTester verification check for calToTSLTZ (calendar written into TIMESTAMPTZ, then read back should be the same). That worked when Timestamp obtained from TIMESTAMPTZ is in GMT (11.1.0.7 and later); but didn't work otherwise. Now the test checks isTimestampInGmt and uses the new approach if it is, and the old approach otherwise.

Back to the top