Mercurial > hg > monetdb-java
diff ChangeLog @ 312:df815a403bf4
Improved JdbcClient program by including the schema prefix when dumping schema objects. It now behaves more similar to mclient -D -N.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 22 Aug 2019 19:06:16 +0200 (2019-08-22) |
parents | 5ddab9d8d3dd |
children | 13a9d5316e37 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ # This file is updated with Maddlog * Thu Aug 22 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> +- Improved JdbcClient program by including the schema prefix when dumping + schema objects. It now behaves more similar to mclient -D -N. - Improved JdbcClient program. It now also dumps definitions of MERGE TABLE, REMOTE TABLE, REPLICA TABLE and STREAM TABLE when dumping all tables.