Skip to content

Commit c57a96d

Browse files
committed
document disabling recursion
1 parent c677023 commit c57a96d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fix a bug where the table component would not format numbers if sorting was not enabled.
66
- Fix a bug with date sorting in the table component.
77
- Center table descriptions.
8+
- Fix a rare crash on startup in some restricted linux environments.
89

910
## 0.33.0 (2025-02-15)
1011

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ anyhow = "1"
4242
serde = "1"
4343
serde_json = { version = "1.0.82", features = ["preserve_order", "raw_value"] }
4444
lambda-web = { version = "0.2.1", features = ["actix4"], optional = true }
45-
sqlparser = { version = "0.54.0", default-features=false, features = ["std", "visitor"] }
45+
sqlparser = { version = "0.54.0", default-features=false, features = ["std", "visitor"] } # https://github.com/apache/datafusion-sqlparser-rs/pull/1522#issuecomment-2665112118
4646
async-stream = "0.3"
4747
async-trait = "0.1.61"
4848
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)