Changeset: 98bfab647966 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/98bfab647966 Removed Files: monetdb5/ChangeLog.json-storage Modified Files: monetdb5/ChangeLog Branch: default Log Message:
Merge changelogs diffs (32 lines): diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog --- a/monetdb5/ChangeLog +++ b/monetdb5/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Fri Oct 20 2023 Panagiotis Koutsourakis <kutsu...@monetdbsolutions.com> +- Change how json is stored in the database: We now normalize json + strings after parsing, removing whitespace and eliminating duplicate + keys in objects. +- The function json.filter now properly returns json scalars instead of + wrapping them in an array. + * Wed Sep 13 2023 Sjoerd Mullender <sjo...@acm.org> - Removed the MAL tokenizer module. It was never usable from SQL and in this form never would be. diff --git a/monetdb5/ChangeLog.json-storage b/monetdb5/ChangeLog.json-storage deleted file mode 100644 --- a/monetdb5/ChangeLog.json-storage +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog file for monetdb5 -# This file is updated with Maddlog - -* Fri Oct 20 2023 Panagiotis Koutsourakis <kutsu...@monetdbsolutions.com> -- Change how json is stored in the database: We now normalize json - strings after parsing, removing whitespace and eliminating duplicate - keys in objects. -- The function json.filter now properly returns json scalars instead of - wrapping them in an array. - _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org