[CONJ-226] ResultSet of PreparedStatement return NULL When TIME column value=00:00:00 Created: 2015-11-26 Updated: 2015-12-04 Resolved: 2015-12-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.3.2 |
| Fix Version/s: | 1.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Chun Chong | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS : Windows XP 5.01. 2600 Service Pack 3 |
||
| Description |
|
When TIME type column value=00:00:00, using Statement is OK and return 00:00:00. // DDL & DML insert into time_period(id, start, end) values(1, '00:00:00', '08:00:00'); // Test Code import java.sql.Connection; import org.junit.After; public class MariaDbJdbcDriverTest { private final String URL = "jdbc:mariadb://localhost:3306/billing"; @Before catch (Exception e) { @After catch (Exception e) { @Test resultSet.close(); @Test resultSet.close(); } |
| Comments |
| Comment by Diego Dupin [ 2015-12-04 ] |
|
correction will be in 1.3.3 commit : https://github.com/MariaDB/mariadb-connector-j/commit/528fa17b8d15f9031776062102d6c61713b96334 travis tests : https://travis-ci.org/MariaDB/mariadb-connector-j/builds/93970640 |