]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works
authordrh <>
Wed, 20 Mar 2024 11:04:38 +0000 (11:04 +0000)
committerdrh <>
Wed, 20 Mar 2024 11:04:38 +0000 (11:04 +0000)
commit8276a5f3360042af27fdfb2aa2ced26ab9a0d50f
tree255543e85f7134572e0b653abe1d8ccfce154e14
parent0febad8fdf5495dc753100269159147def8ee42d
Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works
again.  Add the SQLITE_CONFIG_ROWID_IN_VIEW sqlite3_config() value
to optionally disable the bug-compatibility mode at start-time.  Enable
testing of SQLITE_ALLOW_ROWID_IN_VIEW.

FossilOrigin-Name: acc08353e27a960bf949cfc5f94e874a91e1c42fd7a26617dc24cf549fa9b120
19 files changed:
manifest
manifest.uuid
src/build.c
src/global.c
src/main.c
src/resolve.c
src/select.c
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/test_config.c
test/fuzzinvariants.c
test/join5.test
test/joinH.test
test/misc2.test
test/returning1.test
test/rowid.test
test/trigger9.test
test/unionall.test