Page MenuHomePhabricator

Fix not blocking / not blocked queries
ClosedPublic

Authored by epriestley on Mar 3 2015, 12:55 AM.
Tags
None
Referenced Files
F13198618: D11939.id28761.diff
Mon, May 13, 8:25 AM
F13198617: D11939.id28760.diff
Mon, May 13, 8:24 AM
F13198604: D11939.id.diff
Mon, May 13, 8:20 AM
F13198587: D11939.diff
Mon, May 13, 8:07 AM
Unknown Object (File)
Apr 15 2024, 5:49 AM
Unknown Object (File)
Apr 11 2024, 7:06 PM
Unknown Object (File)
Apr 8 2024, 12:22 AM
Unknown Object (File)
Apr 8 2024, 12:22 AM
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.