Bug #51704 | Statement.executeBatch() does not honor setEscapeProcessing(false) | ||
---|---|---|---|
Submitted: | 3 Mar 2010 22:07 | Modified: | 13 May 2010 14:44 |
Reporter: | Stephane Giron | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.1.6 | OS: | Any |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[3 Mar 2010 22:07]
Stephane Giron
[8 Apr 2010 7:34]
Tonci Grgin
Stephane, my bad, I forgot of this report due to Bug#51313... Verified as described by looking into sources. Correct patch provided. Sorry again and thank you.
[8 Apr 2010 7:36]
Tonci Grgin
Escalated to Mark.
[11 Apr 2010 15:58]
Stephane Giron
Hi Tonci, Thanks for the update. Cheers Stephane
[7 May 2010 16:10]
Mark Matthews
Fixed for 5.1.13.
[13 May 2010 14:44]
Tony Bedford
An entry has been added to the 5.1.13 changelog: When the allowMultiQueries connection string option was set to true, a call to Statement.executeBatch() scanned the query for escape codes, even though setEscapeProcessing(false) had been called previously.