Skip to content
Snippets Groups Projects
Commit b02a04f3 authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Stefan Bürk
Browse files

[TASK] Remove usage of QueryBuilder::resetQueryPart() form ext:redirects

Doctrine 4 will no longer provide access to SQL query parts, so we need
to adjust our internal usages to cope with this change. The strategy
by rule of thumb involves to not reuse queryBuilder instances, so
no reset must happen anyway.

Resolves: #100907
Releases: main, 12.4
Change-Id: I20d6aa24d172360cce30f6b91949dd7d6e5b4ee9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79135


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent c374f161
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