Skip to content

Commit b08a87f

Browse files
committed
Update sqlparser to 0.61.0
1 parent 15f38aa commit b08a87f

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ regex = "1.12"
182182
rstest = "0.26.1"
183183
serde_json = "1"
184184
sha2 = "^0.10.9"
185-
sqlparser = { version = "0.60.0", default-features = false, features = ["std", "visitor"] }
185+
sqlparser = { version = "0.61.0", default-features = false, features = ["std", "visitor"] }
186186
strum = "0.27.2"
187187
strum_macros = "0.27.2"
188188
tempfile = "3"
@@ -275,3 +275,6 @@ incremental = false
275275
inherits = "release"
276276
debug = true
277277
strip = false
278+
279+
[patch.crates-io]
280+
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "3bcca65662337054de1ad122dec32e6c17d27a5f" }

0 commit comments

Comments
 (0)