enso/distribution/lib/Standard/Database/0.0.0-dev/THIRD-PARTY/org.xerial.sqlite-jdbc-3.46.1.0
GregoryTravis 6f97e8041b
Upgrade SQLite to 3.46 (#10911)
Before 3.46, the SQLite parser had a limited stack, which could overflow for certain complex queries.

CTE optimizations make some of our queries much smaller, but also a little bit more deeply nested, causing the parser stack to overflow. 3.46 removes this stack limitation.

Closes #10910.
2024-09-07 17:58:59 +00:00
..
LICENSE Upgrade SQLite to 3.46 (#10911) 2024-09-07 17:58:59 +00:00
LICENSE.zentus Upgrade SQLite to 3.46 (#10911) 2024-09-07 17:58:59 +00:00
NOTICES Upgrade SQLite to 3.46 (#10911) 2024-09-07 17:58:59 +00:00