Skip to content

Fix error using list comprehension with WITH * - #1857

Merged
jrgemignani merged 1 commit into
apache:PG15from
MuhammadTahaNaveed:PG15-list_comp_i1
May 9, 2024
Merged

Fix error using list comprehension with WITH *#1857
jrgemignani merged 1 commit into
apache:PG15from
MuhammadTahaNaveed:PG15-list_comp_i1

Conversation

@MuhammadTahaNaveed

Copy link
Copy Markdown
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-actionsgithub-actionsBot added the PG15 PostgreSQL15 label May 9, 2024
@MuhammadTahaNaveedMuhammadTahaNaveed changed the title Fix error using list comprehension with WITH * (#1838)Fix error using list comprehension with WITH *May 9, 2024
@jrgemignani
jrgemignani merged commit bb6a715 into apache:PG15May 9, 2024
@MuhammadTahaNaveed
MuhammadTahaNaveed deleted the PG15-list_comp_i1 branch May 9, 2024 16:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG15PostgreSQL15

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@MuhammadTahaNaveed@jrgemignani