Bug #25047 | Bug in StringUtils.indexOfIgnoreCaseRespectQuotes breaks RewriteBatchedStatement | ||
---|---|---|---|
Submitted: | 13 Dec 2006 18:18 | Modified: | 22 Feb 2007 11:39 |
Reporter: | Martin Ross | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.0.x | OS: | |
Assigned to: | CPU Architecture: | Any | |
Tags: | executeBatch, REWRITEBATCHEDSTATEMENTS, StringUtils |
[13 Dec 2006 18:18]
Martin Ross
[2 Jan 2007 19:12]
Tonci Grgin
Martin, once again I have to agree with you. Thanks for your report.
[5 Jan 2007 5:50]
Martin Ross
Can we get this fix committed? It is literally a one line fix :) Hibernate batching is broken until this is done. Thanks.
[10 Jan 2007 21:29]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/17890
[10 Jan 2007 21:35]
Mark Matthews
Fixes are never one-liners (if you count the testcase, and the fact that we had to take into account locales that are "tricky" to compare characters case-insensitively...Why there isn't a method to do so on java.lang.Character() is beyond me, unless I'm missing something obvious).
[22 Feb 2007 11:39]
MC Brown
A note has been added to the 5.0.5 changelog.