Bug #39426 executeBatch passes most recent PreparedStatement params to StatementInterceptor
Submitted: 12 Sep 2008 19:10 Modified: 4 Aug 2009 15:39
Reporter: Eric Jensen Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S2 (Serious)
Version:5.1.6 OS:Any
Assigned to: Jess Balint CPU Architecture:Any
Tags: executeBatch, PreparedStatement, StatementInterceptor

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:

[28 Nov 2008 7:49] Eric Jensen
test case

Attachment: StatementInterceptorTest.java (text/plain), 3.52 KiB.

[13 Apr 2009 3:51] Jess Balint
fix + test

Attachment: bug39426.diff (text/x-diff), 9.59 KiB.