]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration option to be
authordrh <>
Tue, 19 Mar 2024 23:01:56 +0000 (23:01 +0000)
committerdrh <>
Tue, 19 Mar 2024 23:01:56 +0000 (23:01 +0000)
commit254729edb7b7e704b95af059e91bc4b3e11e9e4e
treef817a2e0222c55c7d773c05662c95d6ec17f2e16
parent36f01f2ee3da6698b85d29602a673232a9751fa4
Change the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration option to be
just SQLITE_CONFIG_ROWID_IN_VIEW (without the "_NO_" in the middle) and give
it the ability to turn the option on and off.  Otherwise, it is difficult
to test.

FossilOrigin-Name: 5d412edc2e378999ad798d1d7d73c7f7a17ee4e3c751a0dd00b9d5ce32759550
manifest
manifest.uuid
src/main.c
src/select.c
src/shell.c.in
src/sqlite.h.in