Changeset: 2c55a9a7239d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2c55a9a7239d Modified Files: sql/ChangeLog.Aug2024 Branch: Aug2024 Log Message:
Update the sql ChangeLog regarding the changed CHECK contraint violation message. diffs (14 lines): diff --git a/sql/ChangeLog.Aug2024 b/sql/ChangeLog.Aug2024 --- a/sql/ChangeLog.Aug2024 +++ b/sql/ChangeLog.Aug2024 @@ -1,6 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Sep 26 2024 Martin van Dinther <[email protected]> +- Improved the violation message of CHECK constraints when violated. It + now includes the schema name of the constraint and the check clause. + * Fri Aug 23 2024 Joeri van Ruth <[email protected]> - Increase the buffer size used by hot snapshot from 64kiB to 1MiB, and make it configurable through setting 'hot_snapshot_buffer_size'. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
