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

V.Narayanan updated DERBY-1493:
-------------------------------

    Attachment: DERBY-1493_v2.diff
                DERBY-1493_v2.stat

Hi,

Thanx a ton for the detailed reviews and comments. Attached patch addressing 
issues with previous.

thanx
Narayanan

> EmbeddedDriver does not implement PreparedStatement.setNull(int, int, String)
> -----------------------------------------------------------------------------
>
>                 Key: DERBY-1493
>                 URL: http://issues.apache.org/jira/browse/DERBY-1493
>             Project: Derby
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 10.2.0.0
>            Reporter: Knut Anders Hatlen
>         Assigned To: V.Narayanan
>         Attachments: DERBY-1493_v1.diff, DERBY-1493_v1.stat, 
> DERBY-1493_v2.diff, DERBY-1493_v2.stat
>
>
> 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