Changeset: e419271be4e9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e419271be4e9 Modified Files: sql/ChangeLog.Apr2019 Branch: Apr2019 Log Message:
Added missing change log entry that we now support function ln(num_expr). It has been implemented in changeset https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9cb052c21919 diffs (13 lines): diff --git a/sql/ChangeLog.Apr2019 b/sql/ChangeLog.Apr2019 --- a/sql/ChangeLog.Apr2019 +++ b/sql/ChangeLog.Apr2019 @@ -6,6 +6,9 @@ is NULL, the functions return the other value, otherwise they return the least/greatest of the two arguments. +* Thu Jan 24 2019 Sjoerd Mullender <[email protected]> +- Implemented SQL2003 natural logarithm function: ln(num_expr). + * Wed Jan 23 2019 Sjoerd Mullender <[email protected]> - Function octet_length now also accepts a BLOB argument and returns the length of the BLOB (i.e. the same as length when called with a _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
