Skip to main content

can_patch_update_without_full_row

Function can_patch_update_without_full_row 

Source
pub fn can_patch_update_without_full_row(
    catalog: &dyn ConstraintCatalog,
    table: &str,
    referrers: &dyn ReferentialCatalog,
    updates: &BTreeMap<String, Value>,
) -> Result<bool, SQLError>