Page MenuHomePhabricator

LEFT JOIN instead of JOIN for ApplicationSearch ordering
ClosedPublic

Authored by epriestley on Aug 2 2014, 8:35 AM.
Tags
None
Referenced Files
F19037014: D10119.diff
Tue, Nov 25, 9:40 PM
F19023915: D10119.diff
Mon, Nov 24, 2:06 AM
F18853732: D10119.id.diff
Fri, Oct 31, 7:06 PM
F18848539: D10119.diff
Oct 30 2025, 5:11 AM
F18773057: D10119.diff
Oct 9 2025, 6:49 AM
F18750128: D10119.id24349.diff
Oct 4 2025, 6:38 AM
F18746012: D10119.id24340.diff
Oct 3 2025, 10:44 AM
F18745988: D10119.id24349.diff
Oct 3 2025, 10:41 AM
Subscribers

Details

Summary

Ref T4659. Because we JOIN, tasks with no value are filtered out. Instead, LEFT JOIN.

Test Plan

Issued an "Order by" and got all applicable tasks. Adjusted values and saw order change.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to LEFT JOIN instead of JOIN for ApplicationSearch ordering.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: hach-que, btrahan.
hach-que edited edge metadata.
This revision is now accepted and ready to land.Aug 2 2014, 12:04 PM
epriestley updated this revision to Diff 24349.

Closed by commit rPeafd7070badb (authored by @epriestley).