Clean up a line ending

This commit is contained in:
JamesP
2015-09-06 23:02:28 +10:00
parent 9aa9920602
commit 0edb04288b

View File

@@ -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.