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