mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Clean up a line ending
This commit is contained in:
@@ -130,7 +130,7 @@ proc setRow(stmt: Pstmt, r: var Row, cols: cint) =
|
||||
|
||||
iterator fastRows*(db: DbConn, query: SqlQuery,
|
||||
args: varargs[string, `$`]): Row {.tags: [FReadDb].} =
|
||||
## Executes the query and iterates over the result dataset.
|
||||
## Executes the query and iterates over the result dataset.
|
||||
##
|
||||
## This is very fast, but potentially dangerous. Use this iterator only
|
||||
## if you require **ALL** the rows.
|
||||
|
||||
Reference in New Issue
Block a user