[CONJ-255] Resultset.getBoolean result on value that differ 0 and 1 Created: 2016-02-17 Updated: 2016-02-20 Resolved: 2016-02-20 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.3.2, 1.3.1, 1.3.3, 1.3.4, 1.3.5 |
| Fix Version/s: | 1.3.6 |
| Type: | Task | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Driver return false when using Resultset.getBoolean on tinyInt with value > 1. At the same time :
This is inconsistent, driver must handle the same way |
| Comments |
| Comment by Diego Dupin [ 2016-02-20 ] |
|
done with commit : https://github.com/MariaDB/mariadb-connector-j/commit/16ad03767a0f1b3a39b1ef867e69122e47e4451d |