• 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
名称
最后提交
最后更新
..
.mvn/wrapper Loading commit data...
service Loading commit data...
src Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
MAVEN.md Loading commit data...
build.bat Loading commit data...
build.sh Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...