[Webkit-unassigned] [Bug 47600] New: storage result should support column names

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 13 10:22:43 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47600

           Summary: storage result should support column names
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pglaser at chemsw.com


The public interface of SQLResultSetRowList has a columnNames method, but the corresponding idl only supports length and item. There are cases in javascript where it would be useful to iterate the column names in a result set (e.g., dynamic grids from arbitrary result sets).

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



More information about the webkit-unassigned mailing list