Changeset: 75405850de3b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/75405850de3b Modified Files: sql/ChangeLog Branch: distinct_from Log Message:
update changelog diffs (15 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Mar 21 2024 Yunus Koning <[email protected]> +- Introduce IS [NOT] DISTINCT FROM syntax. The syntax allows two values + to be compared. The comparison always returns boolean FALSE or TRUE + never NULL. + * Wed Mar 6 2024 Yunus Koning <[email protected]> - SQL2023 feature: Introduce UNIQUE NULLS [NOT] DISTINCT syntax which allows for NULLS to be treated as unique, i.e. a column with this _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
