Changeset: ac848a5ecd12 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac848a5ecd12
Modified Files:
        monetdb5/ChangeLog.Oct2020
        sql/ChangeLog.Oct2020
Branch: Oct2020
Log Message:

Moved change text for sql function to sql/ChangeLog.Oct2020


diffs (24 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
@@ -56,3 +56,8 @@
   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

Reply via email to