From a3bcec4fb45af5e6e982343ab0ee23696bc32f1a Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Thu, 22 Apr 2010 14:24:11 -0700 Subject: [PATCH] wording clarification on readme --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index acea117..f60956f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -130,7 +130,7 @@ Me: Yep, but it's API is considerably more complex *and* is 2-3x slower. Performing a basic "SELECT * FROM" query on a table with 30k rows and fields of nearly every Ruby-representable data type, then iterating over every row using an #each like method yielding a block: - # And remember, the Mysql gem only gives back nil and strings. + # And remember, the Mysql gem only gives back nil and strings for values. user system total real Mysql2 0.610000 0.160000 0.770000 ( 0.986967)