Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.97.0rc1 | David Robertson | 2023-11-21 | 1 | -1/+0 |
| | |||||
* | Avoid executing no-op queries. (#16583) | Patrick Cloke | 2023-11-07 | 1 | -0/+1 |
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. |