summary refs log tree commit diff
path: root/changelog.d/11742.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-0/+1
This should be (slightly) more efficient and it is simpler to have a single method for inserting multiple values.