feat(compiler): Support subqueries in the FROM clause#3322
feat(compiler): Support subqueries in the FROM clause#3322Jille wants to merge 5 commits intosqlc-dev:mainfrom
Conversation
|
I've added a fix for unnamed subqueries. That panicked at HEAD and my branch, and works now :) |
|
@Jille, I think the reason why 7d1b0c6 was required is because this test uses an active database to perform type inference for the query. All tests that use the sqlc/internal/endtoend/endtoend_test.go Lines 121 to 144 in e8405b5 Here is where analysis is performed for columns that are not part of a table: sqlc/internal/engine/postgresql/analyzer/analyze.go Lines 272 to 288 in caaaacc Notice that |
issue #2989, #2400 and probably others
This is without #3220 so we can separate which test failures are caused by which PR.