pub fn build_update_sql<T: FieldMeta + FieldUpdate>( table: &str, key_field: &str, updates: &[T], ) -> Result<Cow<'static, str>, Error>