]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance QRF with the mxTuple field, which if greater than 1 causes the
authordrh <>
Tue, 10 Mar 2026 14:02:03 +0000 (14:02 +0000)
committerdrh <>
Tue, 10 Mar 2026 14:02:03 +0000 (14:02 +0000)
commitefa8633fd871b08d382a0356be9e1efd418dea8f
tree8346f75dc9431c4eece8458fded275d5e0b48c8d
parent140cbff0d2acc5b375109d567fba352a3be2663f
Enhance QRF with the mxTuple field, which if greater than 1 causes the
QRF_STYLE_Insert style to group as many as mxTuple adjacent rows into
a single INSERT statement.  The field is accessible using the -mxtuple
option in the TCL interface, and the --mxtuple option in ".mode".  The
output of the ".dump" and ".fullschema" commands responds to the current
--mxtuple setting.

FossilOrigin-Name: 659ff6ab5580250707908af003ecd093bd5313f03f21f0efd000a7aff6638b3c
ext/qrf/qrf.c
ext/qrf/qrf.h
manifest
manifest.uuid
src/shell.c.in
src/tclsqlite.c
test/modeA.sql
test/qrf01.test