]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the size of the SrcItem object by combining fields into a union.
authordrh <>
Sat, 17 Aug 2024 19:46:49 +0000 (19:46 +0000)
committerdrh <>
Sat, 17 Aug 2024 19:46:49 +0000 (19:46 +0000)
commit8797bd695f97db094bf10e546170d7b1e266867c
tree162455af982cbc5af4ce2a075c2de5c3c837d2ce
parent21363ac78df6751655c33372a7277512531b9570
Reduce the size of the SrcItem object by combining fields into a union.

FossilOrigin-Name: a4c59ac3c6ec979c25b544d29e47b8e39f6439c098eed8f84b3bd506c9adf047
13 files changed:
manifest
manifest.uuid
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/fkey.c
src/parse.y
src/printf.c
src/select.c
src/sqliteInt.h
src/trigger.c
test/with2.test