Expand description
Final-row validation shared by every mutation path.
Functionsยง
- compile_
table_ check_ constraints - Compile every column- and table-level CHECK against the complete schema.
- prepare_
insert_ row_ constraints - Materialize generated values, then validate the exact row to be published.
- validate_
resulting_ row_ constraints - Validate the complete row at the final write boundary.
- validate_
table_ check_ constraints - Evaluate table-level CHECK programs against a complete post-change row.