Mercurial > hg > monetdb-java
comparison ChangeLog-Archive @ 338:98018e38994b
Correct getNumericFunctions() which incorrectly returned functions 'code' and 'space' as numeric functions.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 25 Sep 2019 19:16:07 +0200 (2019-09-25) |
parents | 55735963f605 |
children | 71a79126a390 |
comparison
equal
deleted
inserted
replaced
337:55735963f605 | 338:98018e38994b |
---|---|
33 - Improved JdbcClient program. It now also dumps definitions of MERGE TABLE, | 33 - Improved JdbcClient program. It now also dumps definitions of MERGE TABLE, |
34 REMOTE TABLE, REPLICA TABLE and STREAM TABLE when dumping (all) tables. | 34 REMOTE TABLE, REPLICA TABLE and STREAM TABLE when dumping (all) tables. |
35 | 35 |
36 * Wed Aug 14 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | 36 * Wed Aug 14 2019 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
37 - Improved MonetDatabaseMetaData methods: | 37 - Improved MonetDatabaseMetaData methods: |
38 - getNumericFunctions(): it now includes functions: code, space and sys.alpha | 38 - getNumericFunctions(): it now includes function: sys.alpha |
39 - getNumericFunctions(): it no longer lists functions: not_uniques and rotate_xor_hash | 39 - getNumericFunctions(): it no longer lists functions: not_uniques and rotate_xor_hash |
40 - getStringFunctions(): it now includes functions: json.isarray, json.isobject, | 40 - getStringFunctions(): it now includes functions: json.isarray, json.isobject, |
41 json.isvalid, sys.reverse which accept a string value as argument | 41 json.isvalid, sys.reverse which accept a string value as argument |
42 - getStringFunctions(): it no longer lists functions: copyfrom, get_value_for, next_value_for, restart. | 42 - getStringFunctions(): it no longer lists functions: copyfrom, get_value_for, next_value_for, restart. |
43 - getSystemFunctions(): it now includes system functions: get_value_for, hash, | 43 - getSystemFunctions(): it now includes system functions: get_value_for, hash, |