]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the way that DEFAULT expressions are stored on columns, in order
authordrh <>
Sat, 31 Jul 2021 20:30:41 +0000 (20:30 +0000)
committerdrh <>
Sat, 31 Jul 2021 20:30:41 +0000 (20:30 +0000)
commit79cf2b7120ea382a2649698656860d09740e6205
tree9d972dca7dfbcb03e64840b4b0a8c09a507a629d
parentc2df4d6adb44e5f9587bf962c917c46c603825c9
Refactor the way that DEFAULT expressions are stored on columns, in order
to save memory in the common case where the column has no DEFAULT clause.

FossilOrigin-Name: 8646547e54211d44c415663c33775c4268550f8332949c4731a4bb6ec9cc663a
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/fkey.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/update.c
src/vtab.c