You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insert query function is missing a variable to scan into when query_parameter_limit > 2. It appears that the number of query parameters must also be > 2 but <= query_parameter_limit to trigger the invalid codegen.
Version
1.20.0
What happened?
The insert query function is missing a variable to scan into when
query_parameter_limit
> 2. It appears that the number of query parameters must also be > 2 but <=query_parameter_limit
to trigger the invalid codegen.See the playground link for an example.
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
https://play.sqlc.dev/p/e986c5254a2e3c9d6c62daa78950d545417c92622f97b7d0ee59433baa727cd5
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: