Important: List ordering ties are broken by uid
Description
Project orders by the sorting
option the plugin demands — and by nothing else, so records equal in that
ordering (two projects with the same title, for example) were returned in
whatever relative order the database yielded. On PostgreSQL that is not the
same list twice. The query now appends
uid
ascending as a tiebreaker.
Impact
No visible change is expected: within records equal in the demanded ordering,
uid
ascending is the order every supported database returned in
practice, it is simply guaranteed now rather than coincidental.
Affected Installations
Every installation of this extension.