Skip to content

Commit e4bbffa

Browse files
committed
Temp patch to new sqlparser
1 parent 68c92c0 commit e4bbffa

File tree

2 files changed

+107
-86
lines changed

2 files changed

+107
-86
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+
## Temp patch for sqlparser
180+
[patch.crates-io]
181+
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "4ab3ab91473d152c652e6582b63abb13535703f9" }

0 commit comments

Comments
 (0)