]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility option so that it works
authordrh <>
Sun, 24 Mar 2024 19:08:05 +0000 (19:08 +0000)
committerdrh <>
Sun, 24 Mar 2024 19:08:05 +0000 (19:08 +0000)
commit74851f66811854c772a9b2d0a13f1e9e82b69c25
treee6fe6ad88b53c458d80590f531eb8eedf4ea2744
parent84fa240f37adb183c0748e633b34dad5a245590f
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: 7a3d0027f81e8def49e2a665c9202b966c37f066b1298476e4d7d72e56323f85
23 files changed:
manifest
manifest.uuid
src/build.c
src/ctime.c
src/expr.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/misc8.test
test/returning1.test
test/rowid.test
test/trigger9.test
test/unionall.test
tool/mkctimec.tcl