]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not let the number of terms on a VALUES clause be limited by
authordrh <>
Thu, 8 Aug 2024 14:49:54 +0000 (14:49 +0000)
committerdrh <>
Thu, 8 Aug 2024 14:49:54 +0000 (14:49 +0000)
commit3c44d50e47109db81b08aaddf884a3ca0c2c1ccf
treed8d4d241c3836c206e702313d2782a67dda7b4f3
parent9dc32eaa3369399a144dd2413def31d6df03efaa
Do not let the number of terms on a VALUES clause be limited by
SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause contains elements
that appear to be variables due to the use of double-quoted string literals.

FossilOrigin-Name: 05dbfad70c3eb39f84b91503fc9b4c1cb96843e5e6599584077b1a630936ddc7
manifest
manifest.uuid
src/insert.c
src/parse.y
test/select7.test