]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Eliminate the need for the Column.zDflt (using Column.pDflt instead) to reduce
authordrh <drh@noemail.net>
Sat, 27 Feb 2016 21:16:04 +0000 (21:16 +0000)
committerdrh <drh@noemail.net>
Sat, 27 Feb 2016 21:16:04 +0000 (21:16 +0000)
commit94fa9c414a4998f60d99d6a65e1d104fe62d2436
treeaf81d1e8e385748aee483b1322179103a5bfe646
parentfc1a84c57b52c582cb87e00a1366f6a4ee232b02
Eliminate the need for the Column.zDflt (using Column.pDflt instead) to reduce
the amount of memory needed to hold the schema.

FossilOrigin-Name: d8c94a46dfa94930732c2de2aa79675c5087d36e
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/treeview.c
src/vdbemem.c
tool/addopcodes.tcl