]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of the Index.autoIndex field to Index.idxType and provide
authordrh <drh@noemail.net>
Tue, 27 May 2014 18:18:58 +0000 (18:18 +0000)
committerdrh <drh@noemail.net>
Tue, 27 May 2014 18:18:58 +0000 (18:18 +0000)
commit48dd1d8e281238bb2844e03732d3e919429ee0e7
treec22dc65d292b831e3a8a587e752ea5b6d4a26738
parenta3bc66a3f588f1db8ed410b461cf0bce63059400
Change the name of the Index.autoIndex field to Index.idxType and provide
symbolic names for the various values of that field rather than using
magic numbers.

FossilOrigin-Name: d16e575dacc811de0f7b58a0d1cd243678dce6c5
manifest
manifest.uuid
src/analyze.c
src/build.c
src/fkey.c
src/insert.c
src/select.c
src/sqliteInt.h
src/update.c
src/where.c