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
Unknown Object (File)
Tue, Feb 11, 2:13 AM
Unknown Object (File)
Fri, Feb 7, 10:08 PM
Unknown Object (File)
Fri, Feb 7, 10:07 PM
Unknown Object (File)
Fri, Feb 7, 10:07 PM
Unknown Object (File)
Fri, Feb 7, 10:07 PM
Unknown Object (File)
Thu, Jan 30, 1:00 AM
Unknown Object (File)
Sun, Jan 26, 4:22 AM
Unknown Object (File)
Fri, Jan 24, 7:58 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).