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 unused WITH DML when body is an INSERT #6287

Merged
merged 1 commit into from Oct 13, 2023
Merged

Fix unused WITH DML when body is an INSERT #6287

merged 1 commit into from Oct 13, 2023

Conversation

msullivan
Copy link
Member

The problem was cardinality inference wasn't getting run on it. If
the body of the WITH was something other than an INSERT, cardinality
inference happened somewhat by accident, since multiplicity inference
was done properly.

Fixes #6279.

The problem was cardinality inference wasn't getting run on it.  If
the body of the WITH was something other than an INSERT, cardinality
inference happened somewhat by accident, since multiplicity inference
was done properly.

Fixes #6279.
@msullivan msullivan merged commit dda8942 into master Oct 13, 2023
22 checks passed
@msullivan msullivan deleted the bindings-card branch October 13, 2023 17:00
msullivan added a commit that referenced this pull request Oct 13, 2023
The problem was cardinality inference wasn't getting run on it.  If
the body of the WITH was something other than an INSERT, cardinality
inference happened somewhat by accident, since multiplicity inference
was done properly.

Fixes #6279.
aljazerzen pushed a commit that referenced this pull request Oct 16, 2023
The problem was cardinality inference wasn't getting run on it.  If
the body of the WITH was something other than an INSERT, cardinality
inference happened somewhat by accident, since multiplicity inference
was done properly.

Fixes #6279.
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.

InternalServerError when not using a variable defined in with in a query
2 participants