Mercurial > hg > monetdb-java
diff ChangeLog @ 18:8e57d20b5e80
Corrected implementation of java.sql.Wrapper methods isWrapperFor() and unwrap().
They now properly return expected results instead of always return false or throw an SQLException.
Added test program Test_Wrapper.java
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 13 Oct 2016 16:31:08 +0200 (2016-10-13) |
parents | 6e48d0fae766 |
children | c2bf983dc79b |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for java # This file is updated with Maddlog +* Thu Oct 13 2016 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Corrected implementation of java.sql.Wrapper methods isWrapperFor() + and unwrap(). They now properly return expected results instead of + always return false or throw an SQLException. + * Thu Oct 6 2016 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Corrected return values of DatabaseMetaData methods nullsAreSortedHigh(), nullsAreSortedLow(), getMaxCursorNameLength(), getMaxProcedureNameLength(),