Wrong value returned by DatabaseMetaData.locatorsUpdateCopy()
-------------------------------------------------------------

         Key: DERBY-1316
         URL: http://issues.apache.org/jira/browse/DERBY-1316
     Project: Derby
        Type: Bug

  Components: JDBC  
    Versions: 10.2.0.0    
    Reporter: Rick Hillegas
     Fix For: 10.2.0.0


Both the embedded and network implementations of DatabaseMetaData return the 
wrong value for this method, which was added in JDBC4. This method currently 
returns false but should return true. Returning false means that your 
Blob/Clobs are backed by SQL Locators and therefore that set() methods on your 
Lobs write-through to the database.

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