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

Verify #3220 + #3322 pass the CI #3321

Closed
wants to merge 7 commits into from
Closed

Commits on Apr 4, 2024

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

    issue sqlc-dev#2989, sqlc-dev#2400 and probably others
    Jille committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5dcdd2f View commit details
    Browse the repository at this point in the history
  2. fix a crash

    Jille committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    462e9b0 View commit details
    Browse the repository at this point in the history
  3. regen a test

    Jille committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b1772b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 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 Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1898589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d1b0c6 View commit details
    Browse the repository at this point in the history
  3. Updated the improved tests

    I've checked each of them, and it seems correct those fields lose their nullability
    Jille committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ecddc20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60fb071 View commit details
    Browse the repository at this point in the history