]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to reduce the memory used by VALUES clauses in as many statements as possible...
authordan <Dan Kennedy>
Mon, 11 Mar 2024 17:27:19 +0000 (17:27 +0000)
committerdan <Dan Kennedy>
Mon, 11 Mar 2024 17:27:19 +0000 (17:27 +0000)
commit815e055bff42d57f49cf46cc70771cdcf5930d83
treea23d064d4d7ea012f510076fab54aec6bcb93f6a
parent5dfff386e53a0ec1acd9854f676f9c2dda0cf25e
Attempt to reduce the memory used by VALUES clauses in as many statements as possible, not just INSERT. This branch still has problems.

FossilOrigin-Name: 17d1f7cfabc7593d0725051b0c7c9619a23a482265f30f15ab9493fef5caeeb0
manifest
manifest.uuid
src/expr.c
src/insert.c
src/parse.y
src/select.c
src/sqliteInt.h
src/where.c
test/values.test [new file with mode: 0644]
test/valuesfault.test [new file with mode: 0644]