Issue Details (XML | Word | Printable)

Key: DERBY-175
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Shreyas Kaushik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

setNull does not work with java.sql.Types.BLOB when batching is turned on

Created: 22/Mar/05 01:30 PM   Updated: 31/Mar/05 12:37 PM
Return to search
Component/s: JDBC
Affects Version/s: 10.0.2.1
Fix Version/s: 10.1.1.0

Time Tracking:
Not Specified

Environment: All

Resolution Date: 31/Mar/05 12:37 PM


 Description  « Hide
setNull(x, java.sql.Types.BLOB) fails with the following message when batching is turned on ( x is column number).

Message is: " An attempt was made to get a data value of type 'java.lang.Object' from a data value of type 'BLOB'."


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Satheesh Bandaram added a comment - 31/Mar/05 12:37 PM
Fix checked into trunk release.