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.
This enum declaration is valid sql:
CREATE TYPE enum AS ENUM ('a:');
But running it through sqlc produces this error:
error generating code: source error: 22:7: expected ';', found ':' (and 10 more errors)