Skip to content

Commit 76f8c0a

Browse files
committed
temp: update to newer sqlparser
1 parent 0a498c2 commit 76f8c0a

File tree

2 files changed

+85
-63
lines changed

2 files changed

+85
-63
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
177177
unused_qualifications = "deny"
178178

179179
[patch.crates-io]
180-
# test https://github.com/apache/datafusion-sqlparser-rs/pull/1435
181-
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "23c4922ec1a93d332925a8ca4edd257acebf70d6" }
180+
# https://github.com/apache/datafusion-sqlparser-rs/pull/1571
181+
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "5c966dc9a26b1ca11a4fc869e1251205b05e1b8c" }

0 commit comments

Comments
 (0)