]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the IdList object to exist in a single memory allocation (rather than
authordrh <>
Fri, 15 Apr 2022 15:47:14 +0000 (15:47 +0000)
committerdrh <>
Fri, 15 Apr 2022 15:47:14 +0000 (15:47 +0000)
commita99e325468d0c46919cf8a88f7c0b5bb8a4987a8
tree3d929a2ac23c4e6acd1a1aadd57ed06c39939f28
parent358424aeff71bc8b38053b822091f4c6532ec5b1
Enhance the IdList object to exist in a single memory allocation (rather than
a separate allocate for the base object and the array of IDs).  Also permit
an IdList object to store an Expr pointer together with each name.

FossilOrigin-Name: 40f3c95871e6f40f287ef2756abafb8fc56dffdd0af69436e5c7d8e95022d94e
manifest
manifest.uuid
src/build.c
src/expr.c
src/insert.c
src/sqliteInt.h
src/treeview.c