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.
1 parent acb7d81 commit 388582bCopy full SHA for 388582b
1 file changed
examples/config/sqlite/authors/query.sql
@@ -15,7 +15,7 @@ INSERT INTO authors (id, name, bio) VALUES (?, ?, ?);
15
INSERT INTO authors (name, bio) VALUES (?, ?) RETURNING id;
16
17
-- name: GetAuthorById :one
18
-SELECT * FROM authors -- test comment
+SELECT * FROM authors -- test rest of line comment
19
WHERE id = ? LIMIT 1;
20
21
-- name: GetAuthorByIdWithMultipleNamedParam :one
0 commit comments