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.28.0
~> sqlc version v1.28.0
This query:
-- name: JobListQueueNames :many select distinct (queue_name) from jobs;
... is valid syntax in sqlite, but is parsed wrongly by sql, who things the parenthesis are part of the column name:
# package db query.sql:131:16: column "(queue_name)" does not exist
No response
Linux
SQLite
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.28.0
What happened?
~> sqlc version
v1.28.0
This query:
... is valid syntax in sqlite, but is parsed wrongly by sql, who things the parenthesis are part of the column name:
Relevant log output
Database schema
SQL queries
Configuration
Playground URL
No response
What operating system are you using?
Linux
What database engines are you using?
SQLite
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered: