]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow indexing of any table whose name begins with "sqlite_".
authordrh <drh@noemail.net>
Mon, 11 Aug 2008 18:44:58 +0000 (18:44 +0000)
committerdrh <drh@noemail.net>
Mon, 11 Aug 2008 18:44:58 +0000 (18:44 +0000)
commitc456e57af7c198902fd5e34d4a672a01c4f1941e
treeb876f5ea87af6cc5967b821c63c0819c8a922b9f
parentec0a0c8c35e4b51adfefb313ddd68d54fa0be9f8
Do not allow indexing of any table whose name begins with "sqlite_".
Ticket #3284.  Improve handling of databases with malformed schemas -
just in case somebody has actually indexed a system table. (CVS 5553)

FossilOrigin-Name: 0e1d8d14a153483e65bd0246d23db2b823a122d1
manifest
manifest.uuid
src/build.c
src/prepare.c
src/vdbe.c
src/vdbeapi.c
test/analyze.test
test/autoinc.test
test/trigger7.test