Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a
Query
message for parameterless execute
s
`execute` uses a significantly more complicated protocol (parse, prepare, execute) and we should avoid that overhead if we don't actually need parameters. I didn't do this with execute_iter or execute_fold because the simple_query interface doesn't have those versions yet.
- Loading branch information