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 Dec 4, 2024
1 parent dd242b9 commit 02a8d9c
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 74 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,7 @@ large_futures = "warn"
[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
unused_qualifications = "deny"

## Temp patch for sqlparser
[patch.crates-io]
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "c761f0babbeefdc7b2e8fff5bf0e7bb02988ad03" }
Loading

0 comments on commit 02a8d9c

Please sign in to comment.