Mercurial > hg > monetdb-java
diff ChangeLog @ 380:bf521f343172
Added support for new Java 8 java.sql.Types: Types.TIME_WITH_TIMEZONE and Types.TIMESTAMP_WITH_TIMEZONE.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 07 Oct 2020 18:29:02 +0200 (2020-10-07) |
parents | ffdc7b0e102d |
children | 11c30e3b7966 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog file for monetdb-java # This file is updated with Maddlog +* Wed Oct 7 2020 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Added support for new Java 8 java.sql.Types: Types.TIME_WITH_TIMEZONE and + Types.TIMESTAMP_WITH_TIMEZONE. + * Wed Sep 23 2020 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Updated JDBC driver to comply with JDBC 4.2 interface now we compile for Java 8. This includes: