mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
SQLite hasn't documented a limit on https://www.sqlite.org/limits.html for the maximum number of nested subqueries. However, its parser is generated with Yacc and has an internal limit of 100 for general nested statements. Fixes https://crbug.com/oss-fuzz/35022. |
||
|---|---|---|
| .. | ||
| AST.h | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Lexer.cpp | ||
| Lexer.h | ||
| Parser.cpp | ||
| Parser.h | ||
| SyntaxHighlighter.cpp | ||
| SyntaxHighlighter.h | ||
| Token.cpp | ||
| Token.h | ||