RESOLVED FIXED 169504
Database's query functions should support querying for a row with NULL value
https://bugs.webkit.org/show_bug.cgi?id=169504
Summary Database's query functions should support querying for a row with NULL value
Ryosuke Niwa
Reported 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.
Attachments
Adds the support (5.91 KB, patch)
2017-03-10 21:19 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2017-03-10 21:19:48 PST
Created attachment 304130 [details] Adds the support
Ryosuke Niwa
Comment 2 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>
Ryosuke Niwa
Comment 3 2017-03-13 14:44:38 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.