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

feat(spanner/spannertest): implement SELECT ... FROM UNNEST(...) #3431

Merged
merged 1 commit into from Dec 9, 2020
Merged

feat(spanner/spannertest): implement SELECT ... FROM UNNEST(...) #3431

merged 1 commit into from Dec 9, 2020

Conversation

dsymonds
Copy link
Contributor

@dsymonds dsymonds commented Dec 9, 2020

This does not implement array literals, but now arrays provided as query
parameters may be used as SELECT targets.

Fixes #3296.

@dsymonds dsymonds added the api: spanner Issues related to the Spanner API. label Dec 9, 2020
@dsymonds dsymonds requested review from skuruppu and a team as code owners December 9, 2020 02:18
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 9, 2020
This does not implement array literals, but now arrays provided as query
parameters may be used as SELECT targets.

Fixes #3296.
@dsymonds dsymonds added the automerge Merge the pull request once unit tests and other checks pass. label Dec 9, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit deb466f into googleapis:master Dec 9, 2020
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 9, 2020
@dsymonds dsymonds deleted the spannertest-select-unnest branch December 9, 2020 10:10
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. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spannertest: limitation of "UNNEST" clause usage
2 participants