From 0edb04288befcc656ef9e28da7f1b525fe8a5ea3 Mon Sep 17 00:00:00 2001 From: JamesP Date: Sun, 6 Sep 2015 23:02:28 +1000 Subject: [PATCH] Clean up a line ending --- lib/impure/db_sqlite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index fe605fbfd9..8366fdadce 100644 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -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.