[CONJ-516] Permit using updatable resultset when fetching Created: 2017-08-29 Updated: 2020-08-25 Resolved: 2017-08-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata, Other |
| Affects Version/s: | None |
| Fix Version/s: | 2.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When updating a resultset with fetchsize, query to fetch metadata information will failed with NPE (Statement / PrepareStatement created with explicit ResultSet.CONCUR_UPDATABLE and setting setFetchSize to a value <> 0) (ResultSet.CONCUR_UPDATABLE support was introduced in 2.1.0)
|
| Comments |
| Comment by Diego Dupin [ 2017-08-29 ] | |||||||||||||||
|
corrected with commit CI results : https://travis-ci.org/MariaDB/mariadb-connector-j/builds/269517905 available through maven using snapshot :
|