Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cargo dependencies #611

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Update cargo dependencies #611

merged 3 commits into from
Nov 6, 2023

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Nov 4, 2023

Leave pgwire & cargo-deb for now, seems to be more involved

sqlparser will be updated by updating forks with upstream

Code changes were required for two dependencies:

  1. gcp-bigquery-client bringing in two new field types (geo & json, implemented with todo!())
  2. prost 0.12 deprecated DbType::from_i32 in favor of TryFrom, changing result from Option<DbType> to Result<DbType, _>

serprex and others added 2 commits November 4, 2023 00:19
Leave pgwire & cargo-deb for now, seems to be more involved

sqlparser will be updated by updating forks with upstream

Code changes were required for two dependencies:
1. gcp-bigquery-client bringing in two new field types (geo & json, implemented with todo!())
2. prost 0.12 deprecated DbType::from_i32 in favor of TryFrom<i32>, changing result from `Option<DbType>` to `Result<DbType, _>`
@serprex serprex enabled auto-merge (squash) November 6, 2023 01:22
@serprex serprex merged commit db04da5 into main Nov 6, 2023
12 checks passed
serprex added a commit that referenced this pull request Nov 6, 2023
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
@serprex serprex deleted the cargo-update branch December 19, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants