Mercurial > hg > monetdb-java
diff ChangeLog @ 275:7d041f5c3fea
In getTimeDateFunctions() also return newly added SQL function: date_trunc
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 25 Apr 2019 18:14:15 +0200 (2019-04-25) |
parents | 4880267d0fe1 |
children | cce8a1803f68 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ - Improved MonetDatabaseMetaData methods: - getNumericFunctions(): it no longer lists aggregate functions: avg, prod and sum - getSystemFunctions(): it no longer lists timedate function: extract - - getTimeDateFunctions(): it now also lists function: epoch + - getTimeDateFunctions(): it now also lists functions: date_trunc, epoch - Corrected MonetDatabaseMetaData method getTypeInfo() for result column SEARCHABLE. It now returns DatabaseMetaData.typeSearchable for all string data types including 'inet','json','url','uuid' and 'blob'.