Skip to content

Commit 832c278

Browse files
committed
Parser update. Fix begin as standalone clause
1 parent a4530d6 commit 832c278

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ recursive = "0.1.1"
173173
regex = "1.11"
174174
rstest = "0.25.0"
175175
serde_json = "1"
176-
sqlparser = { git = "https://github.com/Embucket/datafusion-sqlparser-rs.git", rev = "7dbb724b8173db35363fa07a2bb2b8bef35ac098", features = [
176+
sqlparser = { git = "https://github.com/Embucket/datafusion-sqlparser-rs.git", rev = "28012078c09714542c95ddbad8203a282fa37cb2", features = [
177177
"visitor",
178178
] }
179179
tempfile = "3"

0 commit comments

Comments
 (0)