Bug #53002 Failure to update a BLOB field using an Updatable ResultSet
Submitted: 20 Apr 2010 18:43 Modified: 25 Feb 2022 11:02
Reporter: Nicholas Daniels Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.12 OS:Windows (Version 2002, Service Pack 3)
Assigned to: Filipe Silva CPU Architecture:Any
Tags: BLOB, CONCUR_UPDATABLE, ResultSet, updateBinaryStream()

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[24 May 2010 17:59] Nicholas Daniels
Demonstrates the described bug.

Attachment: BlobUpdateTest.java (application/octet-stream, text), 2.90 KiB.

[25 May 2010 8:32] Tonci Grgin
Test case for our test framework. Tested with JDK 1.5.

Attachment: TestBug53002.java (text/x-java), 2.46 KiB.