Bug 153666

Summary: Modern IDB: Getting records for key ranges with null keys isn't properly handled in SQLite backend
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, aestes, alecflett, commit-queue, jsbell, thorton
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117, 153021    
Attachments:
Description Flags
Patch v1 thorton: review+

Description Brady Eidson 2016-01-29 13:25:09 PST
Modern IDB: Getting records for key ranges with null keys aren't properly handled in SQLite backend
Comment 1 Brady Eidson 2016-01-29 13:26:29 PST
Created attachment 270247 [details]
Patch v1
Comment 2 Tim Horton 2016-01-29 13:32:14 PST
Comment on attachment 270247 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=270247&action=review

> Source/WebCore/ChangeLog:3
> +        Modern IDB: Getting records for key ranges with null keys aren't properly handled in SQLite backend

I think you meant "isn't"
Comment 3 Brady Eidson 2016-01-29 15:25:06 PST
http://trac.webkit.org/changeset/195850