]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When commands such as ALTER TABLE and VACUUM use SQL internally, make sure
authordrh <drh@noemail.net>
Sat, 24 Apr 2010 14:02:59 +0000 (14:02 +0000)
committerdrh <drh@noemail.net>
Sat, 24 Apr 2010 14:02:59 +0000 (14:02 +0000)
commit545f587fc8564075dafeb6a324fde43079b87a11
treea181c9e2d9078412105b37c69e6a95e2a1df31b0
parent9a6e897328371a17f4ead1cd72c12240d372a81a
When commands such as ALTER TABLE and VACUUM use SQL internally, make sure
they use only the built-in functions and not application-defined overrides
for those functions.

FossilOrigin-Name: 0291ed974d5bf1e344e2c38422530cc961b897da
manifest
manifest.uuid
src/alter.c
src/callback.c
src/func.c
src/sqliteInt.h
src/vacuum.c
test/alter.test
test/alter2.test
test/vacuum.test