]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the --memory option to the ".parameter init" CLI command. When present,
authordrh <>
Thu, 8 Aug 2024 10:10:38 +0000 (10:10 +0000)
committerdrh <>
Thu, 8 Aug 2024 10:10:38 +0000 (10:10 +0000)
commit6d02d2647b4f1bbc455b252ef8794aa8b5708586
tree4242dd1712eb6801c1cf93bc0375c952c48d49b0
parent5cd01c30b4486a90c5d139ebf6ca5d3d4bb0dee8
Add the --memory option to the ".parameter init" CLI command.  When present,
the --memory option causes the sqlite_parameters table to be created in a
completely independent :memory: database.  This can be done to avoid
parameter binding queries from being affected by debug settings such as
".wheretrace", ".treetrace", "PRAGMA vdbe_addoptrace=on", and similar.

FossilOrigin-Name: 4e69dce2093b75b7db4fbdca4953b664b907be15d991ed352ea1d87c64fbf9d2
manifest
manifest.uuid
src/shell.c.in