Skip to content

Commit 95cea36

Browse files
committed
Use sqlparser from crates.io
1 parent 280a1a8 commit 95cea36

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ seahash = "3.0.5"
4141
std-semaphore = "0.1.0"
4242
tempdir = "0.3.7"
4343
time = "0.1.36"
44+
sqlparser = "0.1.9"
4445

4546
[dependencies.capnp]
4647
optional = true
@@ -61,10 +62,6 @@ version = "1.22.0"
6162
optional = true
6263
version = "0.10.1"
6364

64-
[dependencies.sqlparser]
65-
git = "https://github.com/cswinter/sqlparser-rs.git"
66-
branch = "like"
67-
6865
[features]
6966
default = []
7067
enable_lz4 = ["lz4"]

0 commit comments

Comments
 (0)