• Philippe Marschall's avatar
    Fix JDBC type of TIMESTAMP WITH TIME ZONE · 72be2bd2
    Philippe Marschall 提交于
    Currently the JDBC type of TIMESTAMP WITH TIME ZONE is Types.OTHER.
    JDBC 4.2 has a dedicated type for this Types.TIMESTAMP_WITH_TIMEZONE.
    
    Unfortunately this type is only available in JDBC 4.2/Java 1.8 so I
    hard code the constant value instead of the constant reference.
    72be2bd2
名称
最后提交
最后更新
..
docsrc Loading commit data...
installer Loading commit data...
main Loading commit data...
test Loading commit data...
tools Loading commit data...