[CONJ-215] Batched statements with rewriteBatchedStatements that end with a semicolon fails Created: 2015-11-11 Updated: 2015-11-13 Resolved: 2015-11-13 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.2.3 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Marcelo Tamassia | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 2012 64-bit as well as Ubuntu |
||
| Issue Links: |
|
||||||||
| Description |
|
The code below will throw issues with any versions above 1.1.7, including 1.2.3 when rewriteBatchedStatements=true
|
| Comments |
| Comment by Marcelo Tamassia [ 2015-11-11 ] |
|
If I remove the ";" from the end of the SQL command the issue does not occur. |
| Comment by Diego Dupin [ 2015-11-11 ] |
|
Reproduced. |