Bug #40439 Error using batched prepared statements
Submitted: 30 Oct 2008 17:07 Modified: 23 Jun 2009 14:34
Reporter: Stephane Varoqui Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S3 (Non-critical)
Version:5.1.7 OS:Any
Assigned to: Jess Balint CPU Architecture:Any
Tags: Batch Insert Jdbc

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:

[30 Oct 2008 20:34] Tonci Grgin
Test case

Attachment: TestBug40439.java (text/java), 1.87 KiB.

[2 Mar 2009 21:45] Jess Balint
fix + test

Attachment: bug40439.diff (text/x-diff), 3.05 KiB.