[TASK] Remove prepared query option from Extbase Query Settings
The option inside the QuerySettings is removed, as all queries are handled via Doctrine DBAL in the future. The parameters are automatically built as prepared statements anyway, and optimized by the Database abstraction. The implementation methods are marked as deprecated to allow extensions to run with TYPO3 v7 and TYPO3 v8, even though the option has no effect in the TYPO3 Database queries anymore. Resolves: #77432 Releases: master Change-Id: Iae2a00faf6aacdc518a3c623d07597aef33c8567 Reviewed-on: https://review.typo3.org/49408 Reviewed-by:Daniel Goerz <ervaude@gmail.com> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-77432-ExtbasePreparedStatementQueryOption.rst 39 additions, 0 deletions...Deprecation-77432-ExtbasePreparedStatementQueryOption.rst
- typo3/sysext/extbase/Classes/Persistence/Generic/QuerySettingsInterface.php 0 additions, 5 deletions...se/Classes/Persistence/Generic/QuerySettingsInterface.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php 2 additions, 46 deletions...se/Classes/Persistence/Generic/Storage/Typo3DbBackend.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Typo3QuerySettings.php 5 additions, 0 deletions...xtbase/Classes/Persistence/Generic/Typo3QuerySettings.php
Please register or sign in to comment