From 5bd3fbb2d6ec3cb7d8b637e5c3353599411278ea Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 17 Mar 2010 18:58:34 +0100 Subject: [PATCH] bugfix: return type of gtk2.check_menu_item_new* --- src/db_mysql.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db_mysql.nim b/src/db_mysql.nim index c5e17dd3a6..af8d9d982b 100755 --- a/src/db_mysql.nim +++ b/src/db_mysql.nim @@ -83,7 +83,7 @@ iterator FastRows*(db: TDbConn, query: TSqlQuery, args: openarray[string]): TRow = ## executes the query and iterates over the result dataset. This is very ## fast, but potenially dangerous: If the for-loop-body executes another - ## query, the results can be undefined. For Postgres it is safe though. + ## query, the results can be undefined. For MySQL this is the case!. Exec(db, query, args) var sqlres = mysql.UseResult(db) if sqlres != nil: