pub fn lower_update(body: &WriteBody) -> Result<Update, ParseError>Expand description
Lower a write body onto the update path.
Every non-operation field is a Set. Relation operations must already have been stripped by
crate::relations::collect_relation_updates; one reaching here is refused rather than
written into a column that does not exist.