Bug 153666 - Modern IDB: Getting records for key ranges with null keys isn't properly handled in SQLite backend
Summary: Modern IDB: Getting records for key ranges with null keys isn't properly hand...
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-29 13:25 PST by Brady Eidson
Modified: 2016-01-29 15:25 PST (History)
6 users (show)

See Also:


Attachments
Patch v1 (3.57 KB, patch)
2016-01-29 13:26 PST, Brady Eidson
thorton: review+
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-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