Skip to content

Commit be36450

Browse files
committed
update document
1 parent 563bbcb commit be36450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ func (q *Queries) ListAuthorsByIDs(ctx context.Context, ids []int) ([]Author, er
265265
}
266266
```
267267

268-
### MySQL
268+
### MySQL and SQLite
269269

270-
MySQL differs from PostgreSQL in that placeholders must be generated based on
270+
MySQL and SQLite differ from PostgreSQL in that placeholders must be generated based on
271271
the number of elements in the slice you pass in. Though trivial it is still
272272
something of a nuisance. The passed in slice must not be nil or empty or an
273273
error will be returned (ie not a panic). The placeholder insertion location is

0 commit comments

Comments
 (0)