Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Bug 394194 - Stored Function/Procedure returning XMLType causes SQLException

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

-- a new getJDBCTypeForSetNull method defined in DatabasePlatform class that allows a platform to override jdbcType just in case it is passed to Statement.setNull api (need that for bug 365210);
-- no longer override jdbcType on Oracle9Platform (only for setNull case);
-- Oracle9Platform in getObjectFromResultSet type Types.SQLXML now handled in the same way as OracleTypes.OPAQUE;
-- Added StoredFunctionXMLTypeTest to XDBTestModel.

Checked into both trunk (2.5) and 2.4.2.
Reviewed by Tom.

Thanks,
Andrei


Back to the top