Commit Graph

1 Commits (69d1ee3feb37b9e6dc12ab6d39aa43458b6293fc)

Author SHA1 Message Date
Patrick Cloke 9738b1c497
Avoid executing no-op queries. (#16583)
If simple_{insert,upsert,update}_many_txn is called without any data
to modify then return instead of executing the query.

This matches the behavior of simple_{select,delete}_many_txn.
2023-11-07 14:00:25 -05:00