]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_LIMIT_PARSER_DEPTH value for sqlite3_limit(). This isn't
authordrh <>
Tue, 18 Nov 2025 14:48:33 +0000 (14:48 +0000)
committerdrh <>
Tue, 18 Nov 2025 14:48:33 +0000 (14:48 +0000)
commitfef22330907493db7afbe815359fcccf7bcd00bb
treed1d0e86f2b5d9949a2f9d5d20272c8c81ff99a22
parentd26ac414c8440047248158bd33b5b9bd7f20c8d8
Add the SQLITE_LIMIT_PARSER_DEPTH value for sqlite3_limit().  This isn't
something that many applications will need, but it is useful for testing.

FossilOrigin-Name: 8f0b07f36159225c476f756f8f9b35c75783bc8bed43b578f4d1055fa800ecc9
13 files changed:
doc/lemon.html
manifest
manifest.uuid
src/main.c
src/parse.y
src/shell.c.in
src/sqlite.h.in
src/sqliteInt.h
src/sqliteLimit.h
src/test1.c
test/misc5.test
tool/lemon.c
tool/lempar.c