We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On tip, this query:
SELECT * FROM company_users WHERE company_slug = $1 AND email = LOWER($2);
generates the following error:
db/query/company_users.sql:9:1: relation "lower" does not exist
This did not generate an error with previous versions of sqlc.