Page MenuHomePhabricator

Give ConpherenceThreadQuery a primary table alias
ClosedPublic

Authored by epriestley on Jun 8 2016, 2:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 7:39 AM
Unknown Object (File)
Mon, May 6, 3:40 AM
Unknown Object (File)
Fri, May 3, 7:15 AM
Unknown Object (File)
Thu, Apr 25, 1:26 AM
Unknown Object (File)
Tue, Apr 16, 7:02 PM
Unknown Object (File)
Apr 12 2024, 6:35 AM
Unknown Object (File)
Mar 27 2024, 11:45 PM
Unknown Object (File)
Mar 21 2024, 10:46 PM
Subscribers
None

Details

Summary

Fixes T11113. On the 2nd+ page, we could end up with an ambiguous id WHERE clause because we don't define a primary table alias on this query. Define one.

Test Plan

Changed SearchEngine to return pages of size 5, searched for my threads, toggled to second page, no exception.

Used DarkConsole to examine that second-page query, saw that it had thread.id explicitly instead of id implicitly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Give ConpherenceThreadQuery a primary table alias.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 8 2016, 2:37 PM
This revision was automatically updated to reflect the committed changes.