File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ type errors when trying to query columns when a single type is expected.
88
88
`nullable` controls whether `NULL` (`missing` in Julia) values are expected in a column.
89
89
90
90
An `SQLite.Query` object will iterate NamedTuple rows by default, and also supports the Tables.jl interface for integrating with
91
- any other Tables.jl implementation. Due note however that iterating an sqlite result set is a forward-once-only operation. If you need
91
+ any other Tables.jl implementation. Do note, however, that iterating an sqlite result set is a forward-once-only operation. If you need
92
92
to iterate over an `SQLite.Query` multiple times, but can't store the iterated NamedTuples, call `SQLite.reset!(q::SQLite.Query)` to
93
93
re-execute the query and position the iterator back at the begining of the result set.
94
94
"""
You can’t perform that action at this time.
0 commit comments