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

fix: support uint query params #190

Merged
merged 2 commits into from
Feb 5, 2024
Merged

fix: support uint query params #190

merged 2 commits into from
Feb 5, 2024

Conversation

olavloite
Copy link
Collaborator

The driver did accept query parameters of type uint, but the underlying Spanner client would not accept these. uint query parameters therefore first need to be converted to int64 and then sent to the Spanner client.

The driver did accept query parameters of type `uint`, but the
underlying Spanner client would not accept these. `uint` query
parameters therefore first need to be converted to `int64` and then sent
to the Spanner client.
@olavloite olavloite requested a review from a team as a code owner February 5, 2024 16:08
@olavloite olavloite merged commit e3e2a9a into main Feb 5, 2024
15 checks passed
@olavloite olavloite deleted the support-uint-params branch February 5, 2024 16:29
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