mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
c7cd81bce8
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestSqlExpressionParser.cpp | ||
TestSqlStatementParser.cpp |