]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The Index object now has nKeyCol and nColumn. nColumn is the total number
authordrh <drh@noemail.net>
Tue, 22 Oct 2013 18:01:40 +0000 (18:01 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Oct 2013 18:01:40 +0000 (18:01 +0000)
commitbbbdc83b52cc704f1dcc8f1456ad9f1445e3b384
treee0d925d89395420a1982cb5d3e6297484ae43cbe
parent77e57dfbc8f40ecfdab70be2514165d5c74e914c
The Index object now has nKeyCol and nColumn.  nColumn is the total number
of columns and nKeyCol is the number of key columns.  Currently these always
differ by one.  Refactor aiColumn[] to be of type i16 instead of int.

FossilOrigin-Name: a106ce86cd4afd1f81603826de77df1fb25e9ab5
14 files changed:
manifest
manifest.uuid
src/analyze.c
src/build.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/update.c
src/vdbeblob.c
src/vdbemem.c
src/where.c