[Webkit-unassigned] [Bug 17191] HTML5: Client-side database queries should return values of type number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 07:20:44 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17191


timothy at hatcher.name changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18958|review?                     |review+
               Flag|                            |




------- Comment #2 from timothy at hatcher.name  2008-02-06 07:20 PDT -------
(From update of attachment 18958)
This looks good.

No need for the braces around the for loop now. Remove them to match our style.

             for (int i = 0; i < columnCount; i++) {
-                // FIXME: Look at the column type?
-                rows->addResult(statement.getColumnText(i));
+                rows->addResult(statement.getColumnValue(i));
             }


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list