Changeset: adec2c7a34ea for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/adec2c7a34ea
Modified Files:
        sql/ChangeLog
Branch: default
Log Message:

Updated ChangeLog


diffs (20 lines):

diff --git a/sql/ChangeLog b/sql/ChangeLog
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -1,6 +1,16 @@
 # ChangeLog file for sql
 # This file is updated with Maddlog
 
+* Tue Nov  9 2021 Pedro Ferreira <pedro.ferre...@monetdbsolutions.com>
+- The method to compute the 'side_effect' effect property was changed
+  for SQL functions defined in the backend engine (eg. ``CREATE FUNCTION 
+  ... EXTERNAL NAME "module"."function"''). It was changed from being
+  computed by the SQL layer to the backend engine itself. As a consequence,
+  the computed 'side_effect' value may be different, thus bringing
+  incompatibilities. After an upgrade, if a 'side_effect' incompatibility
+  arises, either the 'side_effect' value in the backend should be changed or
+  the function should be re-created in SQL.
+
 * Thu Nov  4 2021 Martin van Dinther <martin.van.dint...@monetdbsolutions.com>
 - Removed deprecated system view sys.systemfunctions. It was marked
   as deprecated from release Apr2019 (11.33.3).  Use query:
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to