Page MenuHomePhabricator

Fix not blocking / not blocked queries
ClosedPublic

Authored by epriestley on Mar 3 2015, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 5:49 AM
Unknown Object (File)
Thu, Apr 11, 7:06 PM
Unknown Object (File)
Mon, Apr 8, 12:22 AM
Unknown Object (File)
Mon, Apr 8, 12:22 AM
Unknown Object (File)
Mon, Apr 8, 12:05 AM
Unknown Object (File)
Sun, Apr 7, 10:33 PM
Unknown Object (File)
Sun, Apr 7, 10:30 PM
Unknown Object (File)
Mar 8 2024, 1:49 PM
Subscribers

Details

Summary

Fixes T7434. We need to LEFT JOIN, not JOIN here, because we still want result rows where the value is null.

Test Plan

Issued blocked/not-blocked + blocking/not-blocking queries, got results in all cases.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix not blocking / not blocked queries.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 3 2015, 12:59 AM
This revision was automatically updated to reflect the committed changes.