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

T_MultiAssignRef expression type not implemented #7069

Closed
2 tasks done
Tishj opened this issue Apr 13, 2023 · 0 comments
Closed
2 tasks done

T_MultiAssignRef expression type not implemented #7069

Tishj opened this issue Apr 13, 2023 · 0 comments
Assignees

Comments

@Tishj
Copy link
Contributor

Tishj commented Apr 13, 2023

What happens?

One of the postgres expressions we inherited through the parser is not implemented.

To Reproduce

create table tbl (key int, fruit varchar);
UPDATE tbl set (fruit, key) = ('Orange', 5);
Not implemented Error: Expression type T_MultiAssignRef (357)

OS:

MacOS

DuckDB Version:

master

DuckDB Client:

CLI

Full Name:

Thijs Bruineman

Affiliation:

DuckDB Labs

Have you tried this on the latest master branch?

  • I agree

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • I agree
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

No branches or pull requests

1 participant