[CONJ-514] SelectResultSet method wasNull can't change once lastGetWasNull is set to true Created: 2017-08-28 Updated: 2017-08-30 Resolved: 2017-08-30 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 2.1.0 |
| Fix Version/s: | 2.1.1, 1.6.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniele Maddaluno | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | SelectResultSet, resultSet | ||
| Description |
|
org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet method wasNull can't change once lastGetWasNull is set to true So this simple code taken from MyBatis always returns null values after that lastGetWasNull is set to true.
The documentation of the ResultSet interface method wasNull tells: |
| Comments |
| Comment by Diego Dupin [ 2017-08-30 ] | |||||||||||||||
|
good description of issue ! This is corrected with commits 1 and 2. correction is on 2.1.1 and 1.6.4. SNAPSHOT available though maven :
|