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

tokio-postgres: Expose table OID and column ID on Column #7

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

glittershark
Copy link

Pass through the table OID and column ID from field descriptions for prepared statements to fields on Column, with exposed getters

Pass through the table OID and column ID from field descriptions for
prepared statements to fields on Column, with exposed getters
@glittershark glittershark merged commit 265eda9 into master Aug 22, 2023
0 of 3 checks passed
@glittershark glittershark deleted the expose-table-oid-column-id-fork branch August 22, 2023 16:02
readysetbot pushed a commit to readysettech/readyset that referenced this pull request Aug 22, 2023
Bump tokio-postgres to the version with
readysettech/rust-postgres#7 exposing the table
OID and column ID on columnns returned from upstream, and pass those
through to the psql_srv::Column we construct for queries that're proxied
upstream.

Refs: REA-3380
Change-Id: I72c7d0e21192f581cf06f49effca3be1a25c0c92
readysetbot pushed a commit to readysettech/readyset that referenced this pull request Aug 22, 2023
Bump tokio-postgres to the version with
readysettech/rust-postgres#7 exposing the table
OID and column ID on columnns returned from upstream, and pass those
through to the psql_srv::Column we construct for queries that're proxied
upstream.

Refs: REA-3380
Change-Id: I72c7d0e21192f581cf06f49effca3be1a25c0c92
readysetbot pushed a commit to readysettech/readyset that referenced this pull request Aug 22, 2023
Bump tokio-postgres to the version with
readysettech/rust-postgres#7 exposing the table
OID and column ID on columnns returned from upstream, and pass those
through to the psql_srv::Column we construct for queries that're proxied
upstream.

Refs: REA-3380
Change-Id: I72c7d0e21192f581cf06f49effca3be1a25c0c92
readysetbot pushed a commit to readysettech/readyset that referenced this pull request Aug 22, 2023
Bump tokio-postgres to the version with
readysettech/rust-postgres#7 exposing the table
OID and column ID on columnns returned from upstream, and pass those
through to the psql_srv::Column we construct for queries that're proxied
upstream.

Refs: REA-3380
Change-Id: I72c7d0e21192f581cf06f49effca3be1a25c0c92
readysetbot pushed a commit to readysettech/readyset that referenced this pull request Aug 23, 2023
Bump tokio-postgres to the version with
readysettech/rust-postgres#7 exposing the table
OID and column ID on columnns returned from upstream, and pass those
through to the psql_srv::Column we construct for queries that're proxied
upstream.

Refs: REA-3380
Change-Id: I72c7d0e21192f581cf06f49effca3be1a25c0c92
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/5853
Tested-by: Buildkite CI
Reviewed-by: Jason Brown <[email protected]>
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.

1 participant