### Version 1.10.0 ### What happened? ``` -- name: SetA :exec UPDATE mytable SET a=? WHERE id=? ``` (note the missing `;`) generates ``` const setToken = `-- name: SetToken :exec UPDATE invocations SET token=? WHERE id= ` ``` (note the missing `?`) ### Relevant log output _No response_ ### Database schema _No response_ ### SQL queries _No response_ ### Configuration _No response_ ### Playground URL https://play.sqlc.dev/p/2e2beca3d8239f8103062d8e707e48450cc95c0119343651b44a9a4e0e8d6bb2 ### What operating system are you using? Linux ### What database engines are you using? MySQL ### What type of code are you generating? Go
Version
1.10.0
What happened?
(note the missing
;)generates
(note the missing
?)Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
https://play.sqlc.dev/p/2e2beca3d8239f8103062d8e707e48450cc95c0119343651b44a9a4e0e8d6bb2
What operating system are you using?
Linux
What database engines are you using?
MySQL
What type of code are you generating?
Go