FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(resolve): fix resolving reference to CTEs by simonklee · Pull Request #1 · simonklee/sqlc · GitHub

/ sqlc Public
forked from sqlc-dev/sqlc

fix(resolve): fix resolving reference to CTEs - #1

Merged
simonklee merged 2 commits into
mainfrom
fix-3219
Apr 9, 2024
Merged

fix(resolve): fix resolving reference to CTEs#1
simonklee merged 2 commits into
mainfrom
fix-3219

Conversation

Copy link
Copy Markdown
Owner

Fixed resolving refs to CTEs by adding CTEs to the aliasMap and indexing
its columns when resolving catalog references.

Fix sqlc-dev#3219

simonklee and others added 2 commits April 5, 2024 09:27
Fixed resolving refs to CTEs by adding CTEs to the aliasMap and indexing
its columns when resolving catalog references.

Fix sqlc-dev#3219
I've checked each of them, and it seems correct those fields lose their nullability
simonklee merged commit 403080b into main Apr 9, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolving reference to CTE column fails

2 participants


Back | FazBrowse Home | New Git URL