We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.26.0
See linked playground. If you make it a single array it works fine.
Supported since postgres 9.4
function unnest(unknown, unknown, unknown) does not exist
No response
https://play.sqlc.dev/p/177bd0ee17908bc7f1a1e1fe4302562aa99013a7f3a6e3d0b6d92a50bb7d8fd3
PostgreSQL
Go
The text was updated successfully, but these errors were encountered:
fix: Support multi-argument version of unnest
722c78d
Currently, `sqlc` errors out when it encounters the multi-argument version of the `UNNEST` function. This is because the function is not marked as variadic. Instead, the argument type is defined as [`anymultirange`](https://www.postgresql.org/docs/current/extend-type-system.html#EXTEND-TYPES-POLYMORPHIC). Fixes sqlc-dev#3507 Signed-off-by: Charith Ellawala <[email protected]>
Successfully merging a pull request may close this issue.
Version
1.26.0
What happened?
See linked playground. If you make it a single array it works fine.
Supported since postgres 9.4
Relevant log output
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
https://play.sqlc.dev/p/177bd0ee17908bc7f1a1e1fe4302562aa99013a7f3a6e3d0b6d92a50bb7d8fd3
What operating system are you using?
No response
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: