Mercurial > hg > monetdb-java
diff ChangeLog @ 419:d9f9e077cd03
Finish implementation of foreign key referential integrity checks for user tables.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 28 Jan 2021 21:38:10 +0100 (2021-01-28) |
parents | 50e43af49d47 |
children | a0f99a81ce8e |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -43,7 +43,7 @@ - Primary Key uniqueness - Primary Key column(s) being NOT NULL (currently only for \vsci) - Unique constraint uniqueness - - Foreign Key referential integrity (currently only for \vsci) + - Foreign Key referential integrity - Column NOT NULL constraint - Varchar(n) max length constraint - Idem for char(n), clob(n), blob(n), json(n) and url(n).