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

Fix UPDATE with rewrites on tuples #6337

Merged
merged 1 commit into from Oct 24, 2023
Merged

Fix UPDATE with rewrites on tuples #6337

merged 1 commit into from Oct 24, 2023

Conversation

aljazerzen
Copy link
Contributor

@aljazerzen aljazerzen commented Oct 23, 2023

Closes #6291

We had expr_exposed set on ctx that was used to provide
the value for UPDATE expression.
This caused the value to be serialized.

Closes #6291

We has `expr_exposed` set on ctx that was used to provide
the value for UPDATE expression.
This caused the value to be serialized.
@aljazerzen aljazerzen merged commit a038c10 into master Oct 24, 2023
22 checks passed
@aljazerzen aljazerzen deleted the fix-6291 branch October 24, 2023 07:18
aljazerzen added a commit that referenced this pull request Oct 24, 2023
Closes #6291

We has `expr_exposed` set on ctx that was used to provide
the value for UPDATE expression.
This caused the value to be serialized.
msullivan pushed a commit that referenced this pull request Oct 31, 2023
Closes #6291

We has `expr_exposed` set on ctx that was used to provide
the value for UPDATE expression.
This caused the value to be serialized.
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.

UPDATE rewrites of tuple properties don't work in json output mode
2 participants