]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of the parameter table in the CLI to "sqlite_parameters".
authordrh <drh@noemail.net>
Mon, 25 Mar 2019 21:35:41 +0000 (21:35 +0000)
committerdrh <drh@noemail.net>
Mon, 25 Mar 2019 21:35:41 +0000 (21:35 +0000)
commit346f4e264a13b9bf27d4692d8a84224274ee47b3
tree6bda112ff7e325a175e10f3afe70598efa7c1413
parent58b42ad1314348a2be094abda4239d2c0a6be926
Change the name of the parameter table in the CLI to "sqlite_parameters".
Doing so involves adding SQLITE_DBCONFIG_WRITABLE_SCHEMA and allowing the
creation of tables whose names begin with "sqlite_" and that are indexed
while writable_schema is on.

FossilOrigin-Name: 24ef3844692debc2db7b1d427f5dcf4050481a8c7f71c3b516766b819ecab587
manifest
manifest.uuid
src/build.c
src/main.c
src/shell.c.in
src/sqlite.h.in