Make it possible to retrieve length information from LOB created without length information after whole LOB was streamed -------------------------------------------------------------------------------------------------------------------------
Key: DERBY-2190 URL: http://issues.apache.org/jira/browse/DERBY-2190 Project: Derby Issue Type: Improvement Components: Network Client Reporter: Tomohito Nakayama Priority: Minor DERBY-1471 made it impossilble to get length information from LOB created without length information, as exception of XJ216.S. This is due to improvement in DERBY-1471 that it was escaped to expand entire LOB into memory and expected behavior. However, after whole of LOB was streamed, it is possible to know length of the LOB and throw exception in that case is too strict . This issue make it possible to get length information from LOB after whole LOB was streamed. -- 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