Skip to content

Commit

Permalink
Temp patch to new sqlparser
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 29, 2024
1 parent de452f1 commit 0a498c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,7 @@ large_futures = "warn"
[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
unused_qualifications = "deny"

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

0 comments on commit 0a498c2

Please sign in to comment.