Skip to content

Commit

Permalink
nexus: update sqlparser-rs & pgwire (#615)
Browse files Browse the repository at this point in the history
BINARY(_, op, ANY) was changed to { left, op, right } binary op in
sqlparser-rs

Cast had a format field added, ignore for now

portal.parameter had param_type added as a parameter:
sunng87/pgwire@38f361d

Follow up to #611
  • Loading branch information
serprex authored Nov 6, 2023
1 parent db04da5 commit 781b6a7
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 86 deletions.
135 changes: 93 additions & 42 deletions nexus/Cargo.lock

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

2 changes: 1 addition & 1 deletion nexus/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1"
async-trait = "0.1"
catalog = { path = "../catalog" }
futures = { version = "0.3.28", features = ["executor"] }
pgwire = "0.15"
pgwire = "0.16"
pt = { path = "../pt" }
rand = "0.8"
sqlparser = { path = "../sqlparser-rs" }
Expand Down
Loading

0 comments on commit 781b6a7

Please sign in to comment.