view ChangeLog @ 251:2b1f650869d6

Improved example program SQLcopyinto,java and added to tests directory for automatic testing
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 20 Sep 2018 17:31:00 +0200 (2018-09-20)
parents 55375d489024
children 1b8277de9a7d
line wrap: on
line source
# ChangeLog file for monetdb-java
# This file is updated with Maddlog

* Thu Sep 20 2018 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
- Improved example program SQLcopyinto,java and added to tests directory

* Thu Jun 28 2018 Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
- Corrected return values of DatabaseMetaData methods
  allTablesAreSelectable() and allProceduresAreCallable().
  They used to return true but now return false.