HomePhabricator

Fix a content join condition in Phriction
Audit Requiredc16a8c7ab200

Description

Fix a content join condition in Phriction

After the cursor changes, we may fatal on pages with a large number of children
because "c.title" is not a selected column. We currently join the "content"
table if "updated" is part of the order vector, but not if "title" is part of
the order vector. This isn't right: "updated" is on the primary table, and only
"content" is on the joined table.

Details

Group Auditors
Cowboy Commits
Provenance
epriestleyAuthored on Mar 23 2019, 2:15 PM
epriestleyPushed on Mar 23 2019, 2:18 PM
Parents
rPb90e02bec287: Select Ferret fulltext columns in results so fulltext queries work under UNION
Branches
Unknown
Tags
Unknown
Build Status
Buildable 22335
Build 30561: Run Core Tests