- Affected version
- 2.1.10 Patch 1
Both
Previously it was
While it is technically very unlikely to have two posts with the same
findNextPostsInThread
/findNewestPostsInThread
had their sort criteria changed, but switched to a single sort key without any uniqueness constraint.Previously it was
position
, postdate
, but is now just post_date
, without a sort criteria for when post_date
values are equal.While it is technically very unlikely to have two posts with the same
post_date
, it isn't prevented, and in that case these functions will have potentially non-deterministic sorting.