Changeset: a5f44017d778 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a5f44017d778 Modified Files: sql/ChangeLog-Archive Branch: Aug2024 Log Message:
Improvement of text. diffs (14 lines): diff --git a/sql/ChangeLog-Archive b/sql/ChangeLog-Archive --- a/sql/ChangeLog-Archive +++ b/sql/ChangeLog-Archive @@ -51,8 +51,8 @@ * Thu Apr 23 2024 Yunus Koning <[email protected]> - 11.51.1-20240812 - Added support for CHECK constraints in CREATE TABLE and ALTER TABLE ADD CONSTRAINT statements. Columns and tables can have multiple CHECK - constraints provided their names are unique in the schema of the table. - The syntax is: [ CONSTRAINT a_name ] CHECK ( boolean_expression ) + constraints provided their names are unique within the schema of the table. + The syntax is: [ CONSTRAINT a_name ] CHECK ( boolean_expression ). When no constraint name is specified, a constraint name will be generated. * Wed Apr 10 2024 Lucas Pereira <[email protected]> - 11.51.1-20240812 _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
