[CONJ-267] null pointer exception getting zero date Created: 2016-03-16 Updated: 2016-03-21 Resolved: 2016-03-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.3.6 |
| Fix Version/s: | 1.3.7 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kevin Schmeichel | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux, Java 8 |
||
| Description |
|
There is a null pointer exception when trying to call resultSet.getString() if the field is a zero date ('0000-00-00'). The happens in MariaDbValueObject.java line 166. |