wording clarification on readme

This commit is contained in:
Brian Lopez 2010-04-22 14:24:11 -07:00
parent 06fd523608
commit a3bcec4fb4
1 changed files with 1 additions and 1 deletions

View File

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