[CONJ-582] real row number from a result set row() in case of streaming Created: 2018-02-19 Updated: 2018-02-19 Resolved: 2018-02-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | JDBC 4.2 compatibility |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.2, 1.7.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Actual methods Resultset.getRow() must return current row number. Actual implementation doesn't return accurate value (always 0) when streaming data. |