Mercurial > hg > monetdb-java
view ChangeLog @ 245:55375d489024
Corrected return values of DatabaseMetaData methods allTablesAreSelectable() and allProceduresAreCallable().
They used to return true but now return false.
This issue is found when analysing bug 6617.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 28 Jun 2018 18:33:03 +0200 (2018-06-28) |
parents | 60334b96df18 |
children | 2b1f650869d6 |
line wrap: on
line source
# ChangeLog file for monetdb-java # This file is updated with Maddlog * 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.