Closed as not planned
Description
Version
1.20.0
What happened?
The alias is not used when using sqlc.embed(name) AS alias
.
sqlc/internal/compiler/output_columns.go
Lines 262 to 270 in 8c59fbb
I think it would make sense to keep this information available somehow as now it is impossible to name sqlc.embed when using for example joins or views.
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response