[Webkit-unassigned] [Bug 145993] New: IDB: Records table migration doesn't work with all versions of SQLite
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 15 16:45:38 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145993
Bug ID: 145993
Summary: IDB: Records table migration doesn't work with all
versions of SQLite
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: beidson at apple.com
IDB: Records table migration doesn't work with all versions of SQLite
Getting the current Records table schema from the sqlite_master table does not necessarily return the exact SQL used to create the table.
Some SQLites will return a quoted table name in the returned SQL, and others will have the table name be unquoted.
In the createOrMigrateRecordsTableIfNecessary() function we should check for both the quoted and unquoted schemas.
--
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/20150615/f5b361a3/attachment-0001.html>
More information about the webkit-unassigned
mailing list