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(compiler): Support subqueries in the FROM clause #3227

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Feb 25, 2024

  1. fix(resolve): fix resolving reference to CTEs

    Fixed resolving refs to CTEs by adding CTEs to the aliasMap and indexing
    its columns when resolving catalog references.
    
    Fix sqlc-dev#3219
    simonklee committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    87aa1a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. feat(compiler): Support subqueries in the FROM clause

    issue sqlc-dev#2989, sqlc-dev#2400 and probably others
    Jille committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c6fe931 View commit details
    Browse the repository at this point in the history