Skip to main content

validate_row_kit_only

Function validate_row_kit_only 

Source
pub fn validate_row_kit_only(
    table: &Table,
    row: &Map<String, Value>,
) -> Result<(), ValidationError>
Expand description

Validate only constraints that are not already enforced by the engine schema. Enum, regex, table CHECK, and column CHECK validation is omitted because to_core_schema lowers them into engine constraints.