Large Objects need to implement the free() method introduced by JDBC4
---------------------------------------------------------------------

         Key: DERBY-1145
         URL: http://issues.apache.org/jira/browse/DERBY-1145
     Project: Derby
        Type: Bug
  Components: JDBC  
    Versions: 10.2.0.0    
    Reporter: Rick Hillegas
     Fix For: 10.2.0.0


java.sql.Blob.free() and java.sql.Clob.free() need to be implemented for JDBC4. 
These methods seem to have been overlooked because the Blob and Clob 
implementations compile cleanly under jdk1.4 without this method and, unless we 
compile a class under jdk1.6, no checking is done to verify the 1.6 signatures.

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