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
F15475844: D10119.diff
Mon, Apr 7, 12:20 AM
F15463134: D10119.id.diff
Tue, Apr 1, 8:38 PM
F15462730: D10119.id24349.diff
Tue, Apr 1, 5:14 PM
F15458772: D10119.diff
Mon, Mar 31, 6:53 AM
Unknown Object (File)
Feb 11 2025, 2:13 AM
Unknown Object (File)
Feb 7 2025, 10:08 PM
Unknown Object (File)
Feb 7 2025, 10:07 PM
Unknown Object (File)
Feb 7 2025, 10:07 PM
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).