[CONJ-460] Query that contain multiqueries with fetch and EOF deprecation failed Created: 2017-04-24 Updated: 2017-04-24 Resolved: 2017-04-24 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When option allowMultiQueries is set, query is using fetching (setFetchSize > 0). if all rows are not read, the driver will throw an exception. |