Skip to content

Conversation

@dehowef
Copy link
Member

@dehowef dehowef commented Mar 12, 2024

Implements a version of EXISTS subquery that evaluates the
underlying subquery according to Postgres subquery specifications.

Add regression tests related to EXISTS

TODO: Implement logic to allow the underlying subquery to constrain
the queries in the outer scope.

Also fixes a minor typo.

dehowef added 2 commits March 12, 2024 13:59
Add grammar rule for exists subquery. EXISTS subquery can be used
with UNION and does not have to feature a RETURN.

Regression tests not yet added.
Implements a naive version of EXISTS subquery that evaluates the
underlying subquery.

Add regression tests related to EXISTS

TODO: Implement logic to allow the underlying subquery to constrain
the queries in the outer scope.

Also fixes a minor typo.
@github-actions github-actions bot added the PG16 label Mar 12, 2024
@jrgemignani jrgemignani merged commit d4693f5 into apache:PG16 Mar 14, 2024
@dehowef dehowef deleted the PG16_subquery branch April 26, 2024 01:02
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