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

Support the use of unions in subqueries #178

Merged
merged 3 commits into from
May 17, 2024
Merged

Support the use of unions in subqueries #178

merged 3 commits into from
May 17, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    9f953ac View commit details
    Browse the repository at this point in the history
  2. Add somewhat hackneyed support for using unions in subqueries. Thanks…

    … to bad design choices in the original union support (my bad), this turns out to be mildly annoying to actually use and extremely painful to follow in the actual implementation.
    gwynne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b29bdbb View commit details
    Browse the repository at this point in the history
  3. Whitespace fixes

    gwynne committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9b9f663 View commit details
    Browse the repository at this point in the history