Skip to content
Snippets Groups Projects
Unverified Commit 9738b1c4 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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.
parent ec9ff389
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment