Skip to content

Commit

Permalink
uprev sqlparser-rs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Aug 29, 2024
1 parent 179be76 commit edf318b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ regex = "1.8"
rstest = "0.22.0"
serde_json = "1"
#sqlparser = { version = "0.50.0", features = ["visitor"] }
sqlparser = { git = "https://github.com/samuelcolvin/sqlparser-rs", rev = "6c2a971", features = ["visitor"] }
sqlparser = { git = "https://github.com/samuelcolvin/sqlparser-rs", rev = "31a19f7", features = ["visitor"] }
tempfile = "3"
thiserror = "1.0.44"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
Expand Down
4 changes: 2 additions & 2 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edf318b

Please sign in to comment.