Open
Description
Version
1.11.0
What happened?
In v1.11.0, when I use an alias for a subquery table, sqlc will report an error for table alias does not exist, but when I change version to v1.10.0 everything is fine
Relevant log output
table alias "subtable" does not exist
Database schema
No response
SQL queries
`
select a.name
from (a subquery) as a
where a.id=?
`
Configuration
No response
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
MySQL
What type of code are you generating?
Go