Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 251905: DirectToField mapping(Timestamp -> TIMESTAMPTZ) doesn't work with Oracle 11.1.0.7 JDBC driver

A patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=251905 is ready for review.

The timestamp returned by TIMESTAMTZ has changed between 11.1.0.6 and 11.1.0.7 ojdbc versions - now it's in GMT. The patch adds the code which figures out what the driver version is and in case it's a newer one makes sure that Eclipselink no longer applies the workarounds required by the earlier ojdbc versions.

Please send the feedback,

Andrei


Back to the top