[ http://issues.apache.org/jira/browse/DERBY-1493?page=all ]

Knut Anders Hatlen updated DERBY-1493:
--------------------------------------

    Description: 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 and forwards 
the call to setNull(int, int). Embedded should be changed to match the client.  
(was: 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.)

> 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 and 
> forwards the call to setNull(int, int). Embedded should be changed to match 
> the client.

-- 
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

Reply via email to