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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 04:05:53 PST 2008


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

           Summary: HTML5: Client-side database queries should return values
                    of type number
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Minor
          Priority: P3
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kimmok at iki.fi


HTML5 Client-side database storage spec doesn't seem to say what type of return
values queries should return. However, it'd make sense in some cases to get
numbers as results of queries. Currently DB queries return only string values.

SQLite doesn't enforce the column types, but at least it'd be useful to get the
same type out as was put in.


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