Skip to content

Commit

Permalink
revert sqlparser-rs to 0.40 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Jan 13, 2024
1 parent a742bc3 commit ba6e882
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions nexus/Cargo.lock

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

3 changes: 3 additions & 0 deletions nexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ members = [
]

resolver = "2"

[workspace.dependencies]
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git", features = ["visitor"], rev = "e2a651ace85013fca48b98867789ca159d307276" }
2 changes: 1 addition & 1 deletion nexus/analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ catalog = { path = "../catalog" }
flow-rs = { path = "../flow-rs" }
pem = "3.0"
pt = { path = "../pt" }
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git", features = ["visitor"] }
sqlparser.workspace = true
serde_json = "1.0"
2 changes: 1 addition & 1 deletion nexus/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ futures = { version = "0.3.28", features = ["executor"] }
pgwire = "0.19"
pt = { path = "../pt" }
rand = "0.8"
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git" }
sqlparser.workspace = true
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
2 changes: 1 addition & 1 deletion nexus/peer-bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust_decimal = { version = "1.30.0", features = ["db-tokio-postgres"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git" }
sqlparser.workspace = true
tracing = "0.1"
tokio = { version = "1.0", features = ["full"] }
gcp-bigquery-client = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion nexus/peer-cursor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ anyhow = "1.0"
async-trait = "0.1"
futures = "0.3"
pgwire = "0.19"
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git" }
sqlparser.workspace = true
tokio = { version = "1.0", features = ["full"] }
value = { path = "../value" }
2 changes: 1 addition & 1 deletion nexus/peer-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_bytes = "0.11"
postgres-inet = "0.19.0"
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git" }
sqlparser.workspace = true
tokio = { version = "1.0", features = ["full"] }
tokio-postgres = { version = "0.7.6", features = [
"with-chrono-0_4",
Expand Down
2 changes: 1 addition & 1 deletion nexus/peer-snowflake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
catalog = { path = "../catalog" }
peer-cursor = { path = "../peer-cursor" }
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git" }
sqlparser.workspace = true
value = { path = "../value" }
tracing = "0.1"
secrecy = { version = "0.8.0" }
Expand Down
2 changes: 1 addition & 1 deletion nexus/pt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prost = "0.12"
prost-types = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git" }
sqlparser.workspace = true
tonic = "0.10"
tonic-reflection = "0.10"
pbjson = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion nexus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ peerdb-parser = { path = "../parser" }
pgwire = "0.19"
prost = "0.12"
pt = { path = "../pt" }
sqlparser = { git = "https://github.com/peerdb-io/sqlparser-rs.git", features = ["visitor"] }
sqlparser.workspace = true
serde_json = "1.0"
rand = "0.8"
time = "0.3"
Expand Down

0 comments on commit ba6e882

Please sign in to comment.