]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default
authordrh <>
Tue, 19 Mar 2024 13:31:54 +0000 (13:31 +0000)
committerdrh <>
Tue, 19 Mar 2024 13:31:54 +0000 (13:31 +0000)
commit4b42b5259f151aad0ece49b7132a6bc2e40b262f
tree82fae5e75de8fe0e4627c5b8d2363095dac00a6d
parent108dd6a52d3679cc3a772600ac22de792f92c897
When compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid-in-view is on by default
but can now be turned off using SQLITE_TESTCTRL_ROWID_IN_VIEW.  Without the
compile-time option, rowid-in-view is always off.

FossilOrigin-Name: 8a6196ab29052071be753c5c77ac945c2d62ecc8019c6160f954eafe34ab05a8
manifest
manifest.uuid
src/build.c
src/global.c
src/main.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h