[CONJ-222] StringOutOfBoundsException in prepareStatement when rewriteBatchedStatements=true Created: 2015-11-21 Updated: 2015-11-22 Resolved: 2015-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.3.0, 1.2.2, 1.2.3, 1.3.1 |
| Fix Version/s: | 1.3.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andreas Persson | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This statement causes a StringOutOfBoundsException when rewriteBatchedStatement=true:
Exception (with version 1.3.1):
It worked fine with version 1.2.0, so it could be the |
| Comments |
| Comment by Diego Dupin [ 2015-11-22 ] |
|
This case INSERT ... SELECT in not handle : it has not to be rewriten but driver was trying to. |