Skip to content

scripts: add Yahor to release notes#26096

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
yuzefovich:add_name
May 25, 2018
Merged

scripts: add Yahor to release notes#26096
craig[bot] merged 1 commit intocockroachdb:masterfrom
yuzefovich:add_name

Conversation

@yuzefovich
Copy link
Copy Markdown
Member

This adds Yahor Yuzefovich to the roachers list.

Release note: None

This adds Yahor Yuzefovich to the roachers list.

Release note: None
@yuzefovich yuzefovich self-assigned this May 25, 2018
@yuzefovich yuzefovich requested review from a team and knz May 25, 2018 17:30
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@yuzefovich
Copy link
Copy Markdown
Member Author

bors r+

craig bot pushed a commit that referenced this pull request May 25, 2018
25810: sql: Add the ability to access a specific column in a labeled tuple r=BramGruneir a=BramGruneir

This work is yet another step towards #16971.

The labeled tuples introduced in #25283 can now be accessed using their labels.
It's important to note that they require an extra parentheses around them to
do so.

```sql
SELECT (((1,'2',true) AS a, b, c)).a
+---+
| a |
+---+
| 1 |
+---+

SELECT (((1,'2',true) AS a, b, c)).b
+---+
| b |
+---+
| 2 |
+---+

SELECT (((1,'2',true) AS a, b, c)).c
+------+
|  c   |
+------+
| true |
+------+
```

This change prompted the need to restrict the labels in the tuple to be unique;
checks and test cases for that have been added as well.

Star expansion is still not allowed.

Release note: Labeled tuples can now be accessed using their labels (e.g.
`SELECT (((1,'2',true) AS a, b, c)).a` but it requires an extra level of
parentheses to do so.

26096: scripts: add Yahor to release notes r=yuzefovich a=yuzefovich

This adds Yahor Yuzefovich to the roachers list.

Release note: None

Co-authored-by: Bram Gruneir <bram@cockroachlabs.com>
Co-authored-by: yuzefovich <yahor@cockroachlabs.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented May 25, 2018

Build succeeded

@craig craig bot merged commit c752c44 into cockroachdb:master May 25, 2018
@yuzefovich yuzefovich deleted the add_name branch June 27, 2018 16:58
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.

3 participants