Lines Matching refs:constraints
685 # no PRIMARY KEY and no constraints of any kind. The default value of
690 # from tables that have primary keys, constraints and explicit default
779 # use a SELECT statement. Not including data constraints. In other words,
1108 # Tests for statements regarding constraints (PRIMARY KEY, UNIQUE, NOT
1109 # NULL and CHECK constraints).
1319 # UNIQUE constraints.
1366 # EVIDENCE-OF: R-00404-17670 For the purposes of UNIQUE constraints,
1384 # constraints are implemented by creating a unique index in the
1418 # All the tests that deal with CHECK constraints below (4.11.* and
1518 # constraints may be explicitly assigned a default conflict resolution
1524 # and UNIQUE constraints, respectively.
1641 # handling for CHECK constraints is ABORT.
1655 # EVIDENCE-OF: R-19114-56113 Different constraints within the same table