[CONJ-415] ResultSet.absolute should not always return true Created: 2017-01-25 Updated: 2017-02-09 Resolved: 2017-02-09 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | JDBC 4.2 compatibility |
| Affects Version/s: | 1.5.7 |
| Fix Version/s: | 1.5.8 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Florent Guillaume | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
ResultSet.absolute always returns true, which is contrary to the spec as for instance beyond the end of the result set it must return false (and also in other circumstances). Example unit test that fails:
|
| Comments |
| Comment by Diego Dupin [ 2017-02-09 ] | |||||||||||||||
|
Correction done with commit : https://github.com/MariaDB/mariadb-connector-j/commit/40f2ccfe69fb7fd63ca96a55f67dae5f9fa08070 Snapshot is available using :
thanks for reporting issue ! |