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

Support parsing UPDATE .. SET (row) = (row | subquery) #11436

Closed
lukaseder opened this issue Feb 12, 2021 · 0 comments
Closed

Support parsing UPDATE .. SET (row) = (row | subquery) #11436

lukaseder opened this issue Feb 12, 2021 · 0 comments

Comments

@lukaseder
Copy link
Member

We don't support parsing the UPDATE .. SET row syntax yet, e.g.:

UPDATE t
SET (a, b) = (SELECT x, y FROM u)
@lukaseder lukaseder added this to the Version 3.15.0 milestone Feb 12, 2021
@lukaseder lukaseder added this to To do in 3.15 Other improvements via automation Feb 12, 2021
@lukaseder lukaseder changed the title Support parsing UPDATE .. SET (row) = (subquery) Support parsing UPDATE .. SET (row) = (row | subquery) Feb 15, 2021
3.15 Other improvements automation moved this from To do to Done Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant