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): evaluate path expressions #2931

Merged
merged 1 commit into from Sep 29, 2020
Merged

feat(spanner/spannertest): evaluate path expressions #2931

merged 1 commit into from Sep 29, 2020

Conversation

dsymonds
Copy link
Contributor

This adds support for aliases in SELECT statements, and in particular
table aliases that can then be referenced from other places in the query
evaluation.

Fixes #2463.

@dsymonds dsymonds added the api: spanner Issues related to the Spanner API. label Sep 29, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 29, 2020
spanner/spannertest/db_eval.go Outdated Show resolved Hide resolved
@dsymonds dsymonds added the automerge Merge the pull request once unit tests and other checks pass. label Sep 29, 2020
This adds support for aliases in SELECT statements, and in particular
table aliases that can then be referenced from other places in the query
evaluation.

Fixes #2463.
@gcf-merge-on-green gcf-merge-on-green bot merged commit e575444 into googleapis:master Sep 29, 2020
@dsymonds dsymonds deleted the spansql-join branch September 29, 2020 08:56
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. automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spannertest: support for aliases in SELECT statements
2 participants