I just discovered that, due to #2083079: Store single-valued fields in a single, denormalized table, we don't handle NULL filters correctly for single-valued fields anymore. We still check for missing rows in that field's table, while the table is now most likely the combined table for all fields, which will always contain all rows.

CommentFileSizeAuthor
#1 2136409-1--null_filters.patch2.68 KBdrunken monkey

Comments

drunken monkey’s picture

Status: Active » Needs review
StatusFileSize
new2.68 KB

Patch (even with regression tests!) attached.

drunken monkey’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.