Skip to content
Snippets Groups Projects
Commit 9cb5a10b authored by Georg Ringer's avatar Georg Ringer
Browse files

[BUGFIX] Avoid invalid orderBy for count query in EXT:reactions

Avoid an exception if using PostgreSQL because there
must not be a orderBy part if building a count query.
PostgreSQL is here quite strict.

Additionally, ensuring determinisic ordering is done
a long the way as a side change.

Resolves: #99257
Releases: main
Change-Id: Icec779f0e0b2949c74f8c7fee704305d7af9f132
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76890


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent f86ad5e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment