[CONJ-955] ArrayIndexOutOfBoundsException when using "SELECT EXISTS" with a long string argument Created: 2022-04-06 Updated: 2022-05-13 Resolved: 2022-05-13 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 3.0.4 |
| Fix Version/s: | 3.0.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Raymond Chen | Assignee: | Diego Dupin |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MySQL 5.7.37 |
||
| Issue Links: |
|
||||||||
| Description |
|
When we run SQL queries with "SELECT EXISTS" with a long string parameter, it will throw exceptions like:
Steps to reproduce the issue:
2. Java code to reproduce the issue:
Exceptions are thrown when the string size is 205. |
| Comments |
| Comment by Diego Dupin [ 2022-05-13 ] |
|
closing as dupplicate of |