]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Also prohibit the use of rowid from a subquery. Add the
authordrh <>
Wed, 7 Apr 2021 15:45:01 +0000 (15:45 +0000)
committerdrh <>
Wed, 7 Apr 2021 15:45:01 +0000 (15:45 +0000)
commit6e5020e8da9469a5c2c5c3c597e382273bde3054
treeafef8f46cb4b3901a0b5c6f3d73eb7927aa65780
parenta6c54def42ab962c00bb3701f6ae9cde63aaf23b
Also prohibit the use of rowid from a subquery.  Add the
SQLITE_ALLOW_ROWID_IN_VIEW compile-time option to restore legacy behavior
in case somebody actually needs it.

FossilOrigin-Name: 14b1d56ef84b0e62b7f9c4e5f7f985ca10e770c8db59f54004ad892c2a2dcbfb
13 files changed:
manifest
manifest.uuid
src/build.c
src/insert.c
src/select.c
src/update.c
src/where.c
test/autoindex5.test
test/distinct.test
test/minmax.test
test/minmax2.test
test/misc2.test
test/misc8.test