EmbeddedDriver does not implement PreparedStatement.setNull(int, int, String)
-----------------------------------------------------------------------------
Key: DERBY-1493
URL: http://issues.apache.org/jira/browse/DERBY-1493
Project: Derby
Type: Bug
Components: JDBC
Versions: 10.2.0.0
Reporter: Knut Anders Hatlen
The embedded driver throws Util.notImplemented() when
PreparedStatement.setNull(int, int, String) is called. The javadoc says that
"[if] the parameter does not have a user-defined or REF type, the given
typeName is ignored." The client driver correctly ignores typeName.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira