[Webkit-unassigned] [Bug 155045] New: indexNames is empty inside 2+ upgradeneeded event transaction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 4 14:11:44 PST 2016


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

            Bug ID: 155045
           Summary: indexNames is empty inside 2+ upgradeneeded event
                    transaction
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: info at staypositive.ru

Created attachment 273039
  --> https://bugs.webkit.org/attachment.cgi?id=273039&action=review
bug description

1. First, open database with version 1
2. Create object store there
3. Add some indexes, ensure that objectStore.indexNames contains all indexes
4. Close database
5. Open this database again with version 2

Actual result: objectStore.indexNames is empty inside upgradeneeded event transaction
Expected result: objectStore.indexNames should contain all indexes created on step 3

-- 
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/20160304/a600d38d/attachment-0001.html>


More information about the webkit-unassigned mailing list