-
由 Philippe Marschall 提交于
ResultSet#getObject is missing some conversions in table B.4 of the JDBC specification. - add support for Blob in getObject - add support for Clob in getObject - add support BigInteger <-> BIGINT - add support java.util.Date <-> TIMESTAMP - add support java.util.Calendar <-> TIMESTAMP - add tests for SMALLINT - add tests for BIGINT
adea42dc