Skip to content

Commit d989cac

Browse files
fix: lint
1 parent 528ec3f commit d989cac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/config/sqlite/query.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ WHERE name = ? LIMIT 1;
66
SELECT *
77
FROM authors
88
ORDER BY name
9-
LIMIT
10-
sqlc.arg('limit')
11-
OFFSET sqlc.arg('offset');
9+
LIMIT sqlc.arg('limit') OFFSET sqlc.arg('offset');
1210

1311
-- name: CreateAuthor :exec
1412
INSERT INTO authors (id, name, bio) VALUES (?, ?, ?);

0 commit comments

Comments
 (0)