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

feat: Support scalar subquery in WHERE #111

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

MazterQyou
Copy link
Member

@MazterQyou MazterQyou commented Apr 6, 2023

This PR is a first in series on improving subquery support (in an attempt to split the large PR into smaller chunks) enabling scalar subqueries in WHERE and laying the groundwork for supporting other types of subqueries.

TODO:

  • Fix an issue where the query with subqueries in SELECT and WHERE won't execute
  • Add subquery support for JOIN conditions

@MazterQyou MazterQyou force-pushed the cubesql/subquery-where-scalar branch from b39fc37 to 9a51202 Compare August 26, 2023 01:20
@MazterQyou MazterQyou marked this pull request as ready for review August 26, 2023 01:20
@MazterQyou MazterQyou merged commit 1079113 into cubesql-3-04-2022 Feb 8, 2024
24 checks passed
@MazterQyou MazterQyou deleted the cubesql/subquery-where-scalar branch February 8, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants