]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Store the collating sequence name for each column of a table as an
authordrh <>
Thu, 5 Aug 2021 15:27:19 +0000 (15:27 +0000)
committerdrh <>
Thu, 5 Aug 2021 15:27:19 +0000 (15:27 +0000)
commit65b400931ddbaaa2059094a014ecf46c0840857c
tree26c831dfb7bd1bfb567aad2bd7afd20b91b2268a
parent324f91a591ba4578917ab0436a966ff33b163a2a
Store the collating sequence name for each column of a table as an
extension to the column name, for an additional savings in the heap space
needed to hold the schema.

FossilOrigin-Name: 832ac4c1ee384be0de72a4bdd55ed87e0f8294e7df5eefcf6b4942db3d85a69e
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/fkey.c
src/insert.c
src/main.c
src/select.c
src/sqliteInt.h
src/wherecode.c