Skip to content

Commit 388582b

Browse files
committed
fix comment name
1 parent acb7d81 commit 388582b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/config/sqlite/authors/query.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ INSERT INTO authors (id, name, bio) VALUES (?, ?, ?);
1515
INSERT INTO authors (name, bio) VALUES (?, ?) RETURNING id;
1616

1717
-- name: GetAuthorById :one
18-
SELECT * FROM authors -- test comment
18+
SELECT * FROM authors -- test rest of line comment
1919
WHERE id = ? LIMIT 1;
2020

2121
-- name: GetAuthorByIdWithMultipleNamedParam :one

0 commit comments

Comments
 (0)