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)
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
Unknown Object (File)
Jan 13 2024, 10:06 PM
Unknown Object (File)
Dec 17 2023, 9:14 PM
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
Branch
ppage1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23254
Build 31944: Run Core Tests
Build 31943: arc lint + arc unit

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.