-
Notifications
You must be signed in to change notification settings - Fork 882
LIMIT results in Syntax Error #1665
New issue
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
Comments
I got this to work by using regular https://play.sqlc.dev/p/ac63085049628c6b20fd85479e03ea071df9e42f5224a025863f7b6adba84ab4 -- name: ListAuthors :many
SELECT * FROM authors
ORDER BY name
LIMIT ? OFFSET ?; |
Noted. I think this can be closed. I was hoping to use the |
This is a rare case. I think fixing this issue is very low priority.
|
Closing since this is very old and the workaround seems acceptable until and unless the upstream parser is changed. I created a new issue (#2611) for the |
Uh oh!
There was an error while loading. Please reload this page.
Version
1.13.0
What happened?
Hello!
I tried to create a query with dynamic query/offset. Unfortunately, it returned an error.
Tickets I discovered:
https://github.com/kyleconroy/sqlc/issues?q=is%3Aissue+is%3Aopen+limit+label%3A%22%3Abooks%3A+mysql%22
Things I've tried:
#1439 - it appears changing the reserve words did not change the error.
Comparing the output of PG and MySQL
This works for PG and not for MySQL
Relevant log output
Database schema
SQL queries
Configuration
Playground URL
https://play.sqlc.dev/p/d6232b25b11799f71f0bae2951b41ab359c0c299c6a1287a54567696f1a5e650
What operating system are you using?
macOS
What database engines are you using?
MySQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: