]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the Table object to reduce its memory footprint.
authordrh <>
Mon, 2 Aug 2021 16:41:57 +0000 (16:41 +0000)
committerdrh <>
Mon, 2 Aug 2021 16:41:57 +0000 (16:41 +0000)
commitf38524d20db165c94dc94e06b62f0aad5942a03b
treed5f916ae22a0bae1a3d7168c0b1a031d6c22da92
parent79cf2b7120ea382a2649698656860d09740e6205
Refactor the Table object to reduce its memory footprint.

FossilOrigin-Name: bbb6759bcf6e01d36dfc787a82a610d359f50aaeac8104b73883a84906d54e1f
17 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/main.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbeblob.c
src/vtab.c
src/where.c