TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,39 @@
.. include:: /Includes.rst.txt
.. _deprecation-77502:
=============================================================
Deprecation: #77502 - Extbase: pre-parsing of queries removed
=============================================================
See :issue:`77502`
Description
===========
The following methods and properties within Extbase's persistence query comparison interface have been marked as deprecated:
* :php:`Comparison->setParameterIdentifier()`
* :php:`Comparison->getParameterIdentifier()`
Impact
======
Calling any of the methods above will trigger a deprecation log entry.
Affected Installations
======================
Any TYPO3 installation using custom logic inside Extbase's own persistence layer with parameters and placeholders within
`Typo3DbBackend` or `Typo3DbQueryParser` and actively overwriting parameter identifiers within Extbase.
Migration
=========
Usage of these methods can be replaced by simply using the `DataMapper->getPlainValue()` functionality.
.. index:: PHP-API, Database, ext:extbase