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

test(spanner): add PG.OID decoding tests #9001

Merged
merged 5 commits into from
Apr 8, 2024

Conversation

hengfengli
Copy link
Contributor

  • Paramerized queries (encoding): PG.OID is passed in as the int64 in Go and will be converted to TypeCode_INT64. It does not need a specific type.
  • Decoding PG.OID values: given the INT64 proto value and PG.OID proto type, we will convert it to the int64 in Go.

@hengfengli hengfengli requested review from a team as code owners November 14, 2023 04:21
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the Spanner API. labels Nov 14, 2023
@product-auto-label product-auto-label bot added the stale: old Pull request is old and needs attention. label Dec 14, 2023
@product-auto-label product-auto-label bot added stale: extraold Pull request is critically old and needs prioritization. and removed stale: old Pull request is old and needs attention. labels Jan 13, 2024
@rahul2393 rahul2393 merged commit 5ec3fd4 into googleapis:main Apr 8, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. size: s Pull request size is small. stale: extraold Pull request is critically old and needs prioritization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants