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

[TASK] Avoid QueryBuilder::resetQueryPart() in ext:indexed_search

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: #100914
Releases: main
Change-Id: Iac7232fa49f77eb27514a86350cf536e701ee9e5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79138


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 3bc9d441
Branches
Tags
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