Skip to content

Conversation

larkee
Copy link
Contributor

@larkee larkee commented Nov 13, 2023

This PR adds support for using PG.OID values in parameterized SELECT queries.

For example:

with database.snapshot() as snapshot:
  results = snapshot.execute_sql(
    "SELECT $1",
    params = {"p1": 123},
    param_types = {"p1": spanner.param_types.PG_OID})
    for row in results:
      print(row)

@larkee larkee requested review from a team as code owners November 13, 2023 23:50
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/python-spanner API. labels Nov 13, 2023
@larkee larkee merged commit ea5efe4 into googleapis:main Apr 8, 2024
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 googleapis/python-spanner API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants