setNull does not work with java.sql.Types.BLOB when batching is turned on
-------------------------------------------------------------------------

         Key: DERBY-175
         URL: http://issues.apache.org/jira/browse/DERBY-175
     Project: Derby
        Type: Bug
  Components: JDBC  
    Versions: 10.0.2.1    
 Environment: All
    Reporter: Shreyas Kaushik


setNull(x, java.sql.Types.BLOB) fails with the following message when batching 
is turned on ( x is column number).

Message is: " An attempt was made to get a data value of type 
'java.lang.Object' from a data value of type 'BLOB'."


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to