Bug 169504 - Database's query functions should support querying for a row with NULL value
Summary: Database's query functions should support querying for a row with NULL value
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-10 19:45 PST by Ryosuke Niwa
Modified: 2017-03-13 14:44 PDT (History)
4 users (show)

See Also:


Attachments
Adds the support (5.91 KB, patch)
2017-03-10 21:19 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-03-10 19:45:44 PST
Right now, Database::_select_update_or_insert_row and Database::select_rows
can't look for a row with NULL value because it always uses '=' for comparison.
Add the support for querying a database entry with NULL value.
Comment 1 Ryosuke Niwa 2017-03-10 21:19:48 PST
Created attachment 304130 [details]
Adds the support
Comment 2 Ryosuke Niwa 2017-03-13 14:44:34 PDT
Comment on attachment 304130 [details]
Adds the support

Clearing flags on attachment: 304130

Committed r213870: <http://trac.webkit.org/changeset/213870>
Comment 3 Ryosuke Niwa 2017-03-13 14:44:38 PDT
All reviewed patches have been landed.  Closing bug.