summaryrefslogtreecommitdiff
path: root/tests/validation/test_constraints.py
AgeCommit message (Expand)Author
2024-07-17Refs #34701 -- Moved UniqueConstraint(nulls_distinct) validation tests.Simon Charette
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro