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 (second coming) #3310

Merged
merged 3 commits into from
Apr 4, 2024

Commits on Apr 3, 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 authored and Jille committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    65aa1dd View commit details
    Browse the repository at this point in the history
  2. feat(compiler): Support subqueries in the FROM clause

    issue sqlc-dev#2989, sqlc-dev#2400 and probably others
    Jille committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1d51c5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b18c2 View commit details
    Browse the repository at this point in the history