• Philippe Marschall's avatar
    Support more types in getObject · adea42dc
    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
名称
最后提交
最后更新
h2 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
README.md Loading commit data...