[Webkit-unassigned] [Bug 153800] New: Modern IDB: storage/indexeddb/cursor-primary-key-order.html fails with SQLite backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 13:40:10 PST 2016


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

            Bug ID: 153800
           Summary: Modern IDB:
                    storage/indexeddb/cursor-primary-key-order.html fails
                    with SQLite backend
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Modern IDB: storage/indexeddb/cursor-primary-key-order.html fails with SQLite backend

An Index cursor gets integers out of order. It should go:
-Inf, -2, -1, 0, 1, 2, Inf
...But instead it goes:
0, 1, 2, Inf, -1, -2, -Inf

I've hard coded some debugging into SQLiteIDBCursor and found that, indeed, just stepping the cursor statement over and over does, in fact, give the out of order results.

This is either a bug in our key comparator, a bug in some SQL queries, or a bug in SQLite.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160202/d7cd5e96/attachment.html>


More information about the webkit-unassigned mailing list