Skip to content

Commit d36a799

Browse files
committed
Update sqlparser
* Support `==`operator for Sqlite * Support mysql `PARTITION` to table selection * Support `UNNEST` as a table factor for PostgreSQL * Support MySQL `UNIQUE KEY` syntax * Support` `GROUP BY ALL` * Support multiple actions in one ALTER TABLE statement
1 parent 37b8e95 commit d36a799

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anyhow = "1"
3333
serde = "1"
3434
serde_json = { version = "1.0.82", features = ["preserve_order"] }
3535
lambda-web = { version = "0.2.1", features = ["actix4"], optional = true }
36-
sqlparser = { version = "0.37.0", features = ["visitor"] }
36+
sqlparser = { version = "0.38.0", features = ["visitor"] }
3737
async-stream = "0.3"
3838
async-trait = "0.1.61"
3939
async-recursion = "1.0.0"

0 commit comments

Comments
 (0)