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.27.0
A bug happened!
sql/queries/discussion.sql:1:1: extraneous input 'RETURNING' expecting {<EOF>, ';', ALTER_, ANALYZE_, ATTACH_, BEGIN_, COMMIT_, CREATE_, DEFAULT_, DELETE_, DETACH_, DROP_, END_, EXPLAIN_, INSERT_, PRAGMA_, REINDEX_, RELEASE_, REPLACE_, ROLLBACK_, SAVEPOINT_, SELECT_, UPDATE_, VACUUM_, VALUES_, WITH_}
CREATE TABLE IF NOT EXISTS discussion ( id INTEGER PRIMARY KEY, creation_time INTEGER NOT NULL DEFAULT (unixepoch()) );
-- name: Discussion_Create :one INSERT INTO discussion DEFAULT VALUES RETURNING id;
{ "version": "2", "sql": [{ "engine": "sqlite", "schema": "sql/schema", "queries": "sql/queries", "gen": { "go": { "out": "go/database/sqlc", "emit_pointers_for_null_types": true }, "json": { "out": "go/database" } } }] }
No response
Linux
SQLite
Go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.27.0
What happened?
A bug happened!
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?
Go
The text was updated successfully, but these errors were encountered: