Skip to content
Snippets Groups Projects
Commit 7c17987d authored by Helmut Hummel's avatar Helmut Hummel
Browse files

[BUGFIX] Avoid select and therefore fetchFirstColumn() of doctrine/dbal

Get rid of the select query entirely, which optimises
the task to only require one update query instead of
one select and possibly multiple update queries and
gets rid of doctrine version related incompatibilities
with fetching the select result.

Resolves: #96369
Related: #87162
Releases: main, 11.5, 10.4
Change-Id: I87b570f5efa3d77ed5f2c5fc0074e84bef4675a4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72692


Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
parent 476fef37
Branches
Tags
No related merge requests found
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