Bug 153558 - Modern IDB: Cursors are utterly broken in the SQLite backend
Summary: Modern IDB: Cursors are utterly broken in the SQLite backend
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117 153021
  Show dependency treegraph
 
Reported: 2016-01-27 13:58 PST by Brady Eidson
Modified: 2016-01-27 14:57 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (9.57 KB, patch)
2016-01-27 14:05 PST, Brady Eidson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-01-27 13:58:54 PST
Modern IDB: Cursors are utterly broken in the SQLite backend

1 - The SQLite statement is almost always for an index cursor when it should be for an object store cursor.
2 - The backend doesn't correctly report back when a cursor is at or past its end.
Comment 1 Brady Eidson 2016-01-27 14:05:47 PST
Created attachment 270035 [details]
Patch v1
Comment 2 WebKit Commit Bot 2016-01-27 14:57:18 PST
Comment on attachment 270035 [details]
Patch v1

Clearing flags on attachment: 270035

Committed r195696: <http://trac.webkit.org/changeset/195696>
Comment 3 WebKit Commit Bot 2016-01-27 14:57:22 PST
All reviewed patches have been landed.  Closing bug.