Title: 1.26.0 crashes on subquery without alias · Issue #3337 · sqlc-dev/sqlc · GitHub
Open Graph Title: 1.26.0 crashes on subquery without alias · Issue #3337 · sqlc-dev/sqlc
X Title: 1.26.0 crashes on subquery without alias · Issue #3337 · sqlc-dev/sqlc
Description: Version 1.26.0 What happened? 1.26.0 crashes while 1.25.0 reports query.sql:5:5: subquery in FROM must have an alias Relevant log output panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentatio...
Open Graph Description: Version 1.26.0 What happened? 1.26.0 crashes while 1.25.0 reports query.sql:5:5: subquery in FROM must have an alias Relevant log output panic: runtime error: invalid memory address or nil pointer ...
X Description: Version 1.26.0 What happened? 1.26.0 crashes while 1.25.0 reports query.sql:5:5: subquery in FROM must have an alias Relevant log output panic: runtime error: invalid memory address or nil pointer ...
Opengraph URL: https://github.com/sqlc-dev/sqlc/issues/3337
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"1.26.0 crashes on subquery without alias","articleBody":"### Version\r\n\r\n1.26.0\r\n\r\n### What happened?\r\n\r\n1.26.0 crashes while\r\n1.25.0 reports `query.sql:5:5: subquery in FROM must have an alias`\r\n\r\n### Relevant log output\r\n\r\n```shell\r\npanic: runtime error: invalid memory address or nil pointer dereference\r\n[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x10d0027]\r\n\r\ngoroutine 13 [running]:\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler).sourceTables(0xc00035f208, 0xc000736f60, {0x1d84e80?, 0xc0006e7b80?})\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/output_columns.go:601 +0xaa7\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler).outputColumns(0xc00035f208, 0xc000736f60, {0x1d84e80, 0xc0006e7b80})\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/output_columns.go:55 +0x45\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler)._analyzeQuery(0xc00035f208, 0xc000052be0, {0xc0006e8be3, 0x3f}, 0x1)\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/analyze.go:180 +0xced\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler).analyzeQuery(...)\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/analyze.go:110\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler).parseQuery(0xc00035f208, {0x1d85040, 0xc000052be0}, {0xc0006e8800, 0x73e}, {{0x0, 0x0, {0x0, 0x0}, 0x0, ...}})\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/parse.go:103 +0x5d5\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler).parseQueries(0xc00035f208, {{0x0, 0x0, {0x0, 0x0}, 0x0, 0x0, 0x0, 0x0}})\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/compile.go:81 +0x467\r\ngithub.com/sqlc-dev/sqlc/internal/compiler.(*Compiler).ParseQueries(...)\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/compiler/engine.go:76\r\ngithub.com/sqlc-dev/sqlc/internal/cmd.parse({_, _}, {_, _}, {_, _}, {{0x0, 0x0}, {0xc000322eb6, 0xa}, ...}, ...)\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/cmd/generate.go:322 +0x30b\r\ngithub.com/sqlc-dev/sqlc/internal/cmd.processQuerySets.func1()\r\n /home/mishak/go/pkg/mod/github.com/sqlc-dev/sqlc@v1.26.0/internal/cmd/process.go:107 +0x877\r\ngolang.org/x/sync/errgroup.(*Group).Go.func1()\r\n /home/mishak/go/pkg/mod/golang.org/x/sync@v0.6.0/errgroup/errgroup.go:78 +0x56\r\ncreated by golang.org/x/sync/errgroup.(*Group).Go in goroutine 1\r\n /home/mishak/go/pkg/mod/golang.org/x/sync@v0.6.0/errgroup/errgroup.go:75 +0x96\r\n```\r\n\r\n\r\n### Database schema\r\n\r\n```sql\r\n-- irrelevant\r\n```\r\n\r\n\r\n### SQL queries\r\n\r\n```sql\r\n-- name: NoAlias :one\r\nSELECT\r\n x\r\nFROM (\r\n SELECT 1 AS x\r\n);\r\n```\r\n\r\n\r\n### Configuration\r\n\r\n_No response_\r\n\r\n### Playground URL\r\n\r\nhttps://play.sqlc.dev/p/430a752a2c2c961711ea0f5dc5640e191285d42704d65463a6a0bd8c5e3f8992\r\n\r\n### What operating system are you using?\r\n\r\nLinux\r\n\r\n### What database engines are you using?\r\n\r\nPostgreSQL\r\n\r\n### What type of code are you generating?\r\n\r\nGo","author":{"url":"https://github.com/mishak87","@type":"Person","name":"mishak87"},"datePublished":"2024-04-15T15:58:52.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/3337/sqlc/issues/3337"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:8e839369-ea2d-f28c-37d5-599d6e11e4e9 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8898:134AC6:CD5B1B:115A01B:6A52A3FD |
| html-safe-nonce | b436908897e79ea2fd66c1f1a129677ca40a4de5ae6004376924409a4e128d4a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4ODk4OjEzNEFDNjpDRDVCMUI6MTE1QTAxQjo2QTUyQTNGRCIsInZpc2l0b3JfaWQiOiIyODM2OTk5NDEzMTc1NTkxOTM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 859643718dff84d0597e6821dbfed1962303c4087dd0e734b525959bab3c2294 |
| hovercard-subject-tag | issue:2244049052 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/sqlc-dev/sqlc/3337/issue_layout |
| twitter:image | https://opengraph.githubassets.com/9efa37dddf301a7663b8c88f7ed4a839b8a1eb2d08fdb4bb91b3ca73f541319d/sqlc-dev/sqlc/issues/3337 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/9efa37dddf301a7663b8c88f7ed4a839b8a1eb2d08fdb4bb91b3ca73f541319d/sqlc-dev/sqlc/issues/3337 |
| og:image:alt | Version 1.26.0 What happened? 1.26.0 crashes while 1.25.0 reports query.sql:5:5: subquery in FROM must have an alias Relevant log output panic: runtime error: invalid memory address or nil pointer ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | mishak87 |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/sqlc-dev/sqlc git https://github.com/sqlc-dev/sqlc.git |
| octolytics-dimension-user_id | 136738596 |
| octolytics-dimension-user_login | sqlc-dev |
| octolytics-dimension-repository_id | 193160679 |
| octolytics-dimension-repository_nwo | sqlc-dev/sqlc |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 193160679 |
| octolytics-dimension-repository_network_root_nwo | sqlc-dev/sqlc |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width