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 error using list comprehension with WITH * #1858

Merged
merged 1 commit into from
May 9, 2024

Conversation

MuhammadTahaNaveed
Copy link
Member

  • Added a check for the case where the list comprehension is used with WITH *. Handled this case by adding entries in targetlist to the group clause.

  • Added regression tests.

- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
@github-actions github-actions bot added the PG16 label May 9, 2024
@jrgemignani jrgemignani merged commit 75c4b7a into apache:PG16 May 9, 2024
7 checks passed
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the PG16-list_comp_i1 branch May 9, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants