Skip to content

Commit 0a498c2

Browse files
committed
Temp patch to new sqlparser
1 parent de452f1 commit 0a498c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,7 @@ large_futures = "warn"
175175
[workspace.lints.rust]
176176
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
177177
unused_qualifications = "deny"
178+
179+
[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" }

0 commit comments

Comments
 (0)