right now, the generated sql update all fields (or skip null value), Can we specify the fields to be updated instead of generating SQL statements that update all fields?
for example:
update_by_map(rb, model, fields: &Vec, condition: &Value)
only update value that in &fields.