mirror of
https://github.com/enso-org/enso.git
synced 2024-12-26 04:24:28 +03:00
6f97e8041b
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.
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
Enso
|
|
Copyright 2020 - 2024 New Byte Order sp. z o. o.
|
|
|
|
'checker-qual', licensed under the The MIT License, is distributed with the Database.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `org.checkerframework.checker-qual-3.5.0`.
|
|
|
|
|
|
'postgresql', licensed under the BSD-2-Clause, is distributed with the Database.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `org.postgresql.postgresql-42.4.0`.
|
|
|
|
|
|
'slf4j-api', licensed under the MIT License, is distributed with the Database.
|
|
The license file can be found at `licenses/MIT`.
|
|
Copyright notices related to this dependency can be found in the directory `org.slf4j.slf4j-api-1.7.36`.
|
|
|
|
|
|
'sqlite-jdbc', licensed under the The Apache Software License, Version 2.0, is distributed with the Database.
|
|
The license information can be found along with the copyright notices.
|
|
Copyright notices related to this dependency can be found in the directory `org.xerial.sqlite-jdbc-3.46.1.0`.
|
|
|