Page MenuHomePhabricator

Namespace all column references in ProjectQuery to fix ambiguity with Ferret constraints
ClosedPublic

Authored by epriestley on Aug 15 2019, 7:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 1:12 AM
Unknown Object (File)
Sat, Apr 20, 4:53 PM
Unknown Object (File)
Wed, Apr 17, 3:12 PM
Unknown Object (File)
Thu, Apr 11, 7:21 AM
Unknown Object (File)
Sun, Mar 31, 8:59 PM
Unknown Object (File)
Fri, Mar 29, 1:39 PM
Unknown Object (File)
Feb 22 2024, 7:28 AM
Unknown Object (File)
Jan 16 2024, 3:21 AM
Subscribers
None

Details

Summary

Fixes T13378. If we join Ferret tables and page, we can end up with an ambiguous id column here.

Explicitly refer to "project.x" in all cases that we're interacting with the project table.

Test Plan
  • Changed page size to 3.
  • Issued a Projects query for "~e", matching more than 3 results.
  • Clicked "Next Page".
    • Before: ambiguous id column fatal.
    • After: next page.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2019, 7:22 PM
This revision was automatically updated to reflect the committed changes.