[CONJ-1140] Internal cast exception in DatabaseMetaData.executeQuery() Created: 2023-12-11 Updated: 2023-12-12 Resolved: 2023-12-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | 3.3.1 |
| Fix Version/s: | 3.3.2 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Marius | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This bug was introduced in 3.3.1 (works fine in 3.3.0):
Here the cast to CompleResult throws an exception since it gots a StreamingResult! Exception thrown:
We use parameters "useCursorFetch=true;defaultFetchSize=1000" in the JDBC connection string.
|
| Comments |
| Comment by Diego Dupin [ 2023-12-11 ] |
|
confirmed, this concerns all queries on Metadata when option defaultFetchSize is set |