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)
Fri, Jan 3, 4:56 AM
Unknown Object (File)
Sat, Dec 28, 4:03 PM
Unknown Object (File)
Thu, Dec 26, 9:04 AM
Unknown Object (File)
Dec 3 2024, 7:18 AM
Unknown Object (File)
Nov 26 2024, 11:05 PM
Unknown Object (File)
Nov 22 2024, 8:40 PM
Unknown Object (File)
Nov 18 2024, 10:43 AM
Unknown Object (File)
Nov 15 2024, 10:44 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
Branch
leftjoin
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1999
Build 2000: [Placeholder Plan] Wait for 30 Seconds

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).