Mercurial > hg > monetdb-java
diff ChangeLog @ 321:dbd8e9a8566f
Fixed JdbcClient program. It now allows you to describe tables or view which contains whitespaces by using double quotes.
Also enhanced the listing of table/view names when they contain whitespaces, they now are surrounded by double quotes.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 05 Sep 2019 20:01:03 +0200 (2019-09-05) |
parents | 816650cda8d0 |
children | 0fcf338ce0b4 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -7,8 +7,8 @@ Java 7 (or higher). - Corrected JdbcClient program: the dumping of a view DDL was incorrect when the view creation statement was not starting with "create view ", such as - when it was created using "CREATE VIEW" or "create or replace view". It now - uses the same DDL text as when it was created, pulled from sys.tables.query. + when it was created using "create or replace view". It now shows the + value as stored in sys.tables.query field, similar to mclient program. * Thu Aug 22 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> - Improved JdbcClient program by including the schema prefix when dumping