[Webkit-unassigned] [Bug 136888] IndexedDB onupgradeneeded not firing correctly in Safari/iOS 8

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 18 08:55:32 PDT 2014


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





--- Comment #6 from Brady Eidson <beidson at apple.com>  2014-09-18 08:55:33 PST ---
(In reply to comment #5)
> There are two issues with the Safari implementation:
> 
> 1. The initial version of the database reported in onupgradeneeded is HUGE and positive instead of zero/undefined. This creates issues when trying to determine which code path to run for the migration. I currently have a workaround of assuming current_version = 0 when current_version > 1000
> 
> 2. Safari seems to run into problems when the database name contains "-" in it. Workaround is easy here, just don't use it.

Those are two separate bugs from this one.  Could you please file each as a separate bug?

We know about the initial version problem, but I don't think we have a bugzilla for it yet.

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