• 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
名称
最后提交
最后更新
..
images Documentation; prepare for retina display
advanced.html Update documentation
architecture.html Documentation
build.html remove link to latest jar
changelog.html Fix JDBC type of TIMESTAMP WITH TIME ZONE
cheatSheet.html Documentation: link to Github, not Google Code
datatypes.html Documentation
download.html remove link to latest jar
faq.html Documentation
features.html Update feature comparison
fragments.html Documentation
frame.html Documentation
functions.html Documentation
grammar.html Documentation
history.html Donations
installation.html update our docs to reflect Java7 dependency
jaqu.html Documentation
license.html Documentation
links.html Updated the H2 "Commercial Support" info as it was out of date
main.html Documentation
mainWeb.html Add a link from the main page to the supporters page
mvstore.html Typo in mvstore file format example.
navigation.js License change to MPL 2.0 / EPL 1.0
performance.html Add index hints (#425)
quickstart.html Documentation
roadmap.html Remove TO_DATE support from roadmap
search.js License change to MPL 2.0 / EPL 1.0
source.html Documentation
sourceError.html Issue #380: Error Analyzer doesn't show source code
stylesheet.css License change to MPL 2.0 / EPL 1.0
stylesheetPdf.css License change to MPL 2.0 / EPL 1.0
tutorial.html Update documentation to reflect lucene version