Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.3.3.0, 10.4.2.0, 10.5.1.1
-
None
Description
Attempting to get call Blob/Clob.length() after commit or connection close does not fail if there was a previous call to length(). If no previous call was made an exception is thrown as expected.
See attached program TestLobLength for repro with commit. If you comment out the two lines to get the length before the commit we get the expected exception.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-3469 Clob.length() doesn't detect a closed underlying connection in a consistent way
- Closed
- relates to
-
DERBY-4224 Commit after setAsciiStream() makes execution fail with the client driver
- Closed
-
DERBY-4312 SQLException XJ215 on insert with setCharacterStream() and autocommit off in mailjdbc test
- Closed