Changeset: d3eae9b42795 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d3eae9b42795 Added Files: monetdb5/ChangeLog.json-storage Branch: json-storage Log Message:
Add changelog entries for json changes diffs (15 lines): diff --git a/monetdb5/ChangeLog.json-storage b/monetdb5/ChangeLog.json-storage new file mode 100644 --- /dev/null +++ b/monetdb5/ChangeLog.json-storage @@ -0,0 +1,10 @@ +# ChangeLog file for monetdb5 +# This file is updated with Maddlog + +* Fri Oct 20 2023 Panagiotis Koutsourakis <[email protected]> +- 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 -- [email protected] To unsubscribe send an email to [email protected]
