Changeset: b7c8e5747e4c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b7c8e5747e4c Branch: Oct2020 Log Message:
mergd diffs (34 lines): diff --git a/monetdb5/ChangeLog.Oct2020 b/monetdb5/ChangeLog.Oct2020 --- a/monetdb5/ChangeLog.Oct2020 +++ b/monetdb5/ChangeLog.Oct2020 @@ -13,8 +13,3 @@ use a UNIX domain socket. If mapi_port is 0, we let the operating system choose a free port (like mapi_autosense). Default behavior has not changed. - -* Mon Aug 31 2020 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com> -- Made general logarithm function log(x,base) compliant with the SQL - standard, by swapping the input parameters. - Instead of log(x,base), now is log(base,x). diff --git a/sql/ChangeLog.Oct2020 b/sql/ChangeLog.Oct2020 --- a/sql/ChangeLog.Oct2020 +++ b/sql/ChangeLog.Oct2020 @@ -44,7 +44,7 @@ - Removed obsolete json.output(json) function. * Tue Jun 30 2020 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com> -- Removed compability between interval types and other numeric types in +- Removed compatibility between interval types and other numeric types in favor for a more strict SQL standard compliance. This means operations between temporal types and other numeric types such as INT and DECIMAL are no longer possible, instead use interval types. @@ -56,3 +56,9 @@ Instead do SET current_timezone = interval '1' hour; Casting between interval and other numeric types is no longer possible as well, because they are not compatible. + +* Mon Aug 31 2020 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com> +- Made general logarithm function log(x,base) compliant with the SQL + standard, by swapping the input parameters. + Instead of log(x,base), now is log(base,x). + _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list