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
F14806676: D10119.diff
Sun, Jan 26, 4:22 AM
Unknown Object (File)
Fri, Jan 24, 7:58 PM
Unknown Object (File)
Fri, Jan 24, 6:33 AM
Unknown Object (File)
Thu, Jan 23, 2:50 PM
Unknown Object (File)
Thu, Jan 23, 2:50 PM
Unknown Object (File)
Thu, Jan 23, 2:50 PM
Unknown Object (File)
Thu, Jan 23, 2:50 PM
Unknown Object (File)
Sat, Jan 18, 8:05 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).