Bug 153558

Summary: Modern IDB: Cursors are utterly broken in the SQLite backend
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117, 153021    
Attachments:
Description Flags
Patch v1 none

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.