Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
10.11.1.1
-
None
-
None
-
does not matter
-
Repro attached
-
Regression Test Failure, Seen in production
Description
Since migrating from derby 10.7.1.1 to 10.11.1.1 really innocent code stopped working: retrieving resultset column data using column names if resultset contains blobs stopped working.
I am attaching a maven project with a unit test which proves the issue. If in pom.xml you change the version to 10.7.1.1 the test will pass. We are using spring-jdbc' queryForMap() which traverses resultset metadata and queries attributes by their column labels. Used to work before.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-5489 getBinary() returns incorrect data after getObject() call on BLOB column
- Closed