Skip to main content

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

Uploaded updated patch.

Please send feedback.

Thanks,

Andrei
----- Original Message ----- From: "Andrei Ilitchev" <andrei.ilitchev@xxxxxxxxxx> To: "Dev mailing list for Eclipse Persistence Services" <eclipselink-dev@xxxxxxxxxxx>
Sent: Thursday, January 29, 2009 4:05 PM
Subject: [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
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev




Back to the top