Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Re: A new patch for Bug 287318: 5 TESTS OF UNWRAPCONNECTIONNCHARTESTMODEL FAILED AGAINST ORACLE 11GR2 BETA

Checked the new patch into both trunk and 1.1.3
----- Original Message -----
Sent: Tuesday, August 25, 2009 11:38 AM
Subject: A new patch for Bug 287318: 5 TESTS OF UNWRAPCONNECTIONNCHARTESTMODEL FAILED AGAINST ORACLE 11GR2 BETA

 
Apparently NCLOB sql type id is also defined in java.sql.Types - in jdk 1.6
only.
Therefore the new patch rolls back changes to Oracle11Platform and instead
defines Types_NCLOB sql type id in DatabasePlatform (can't use Types.NCLOB -
won't compile with jdk 1.5).
DatabaseAccessor.isClob now also checks for Types_NCLOB.
I am planning to check this patch into both trunk and 1.1.3 shortly unless there are objections.
 
Thanks,
 
Andrei

Back to the top