Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
Low
Description
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.