Skip to main content

Module validation

Module validation 

Source
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.