[BUGFIX] Fix usage of preparedStatement object in $query->statement
This is a follow-up fix for the integration of preparedStatements in Extbase. Due to a wrong comparison, an own preparedStatement object used in $query->statement() would never be executed. Resolves: #57254 Releases: 6.2 Change-Id: I3176339be309530b50ff89410affa386d7f6f8e8 Reviewed-on: https://review.typo3.org/28726 Reviewed-by: Felix Oertel Reviewed-by: Markus Klein Tested-by: Markus Klein
Showing
- typo3/sysext/extbase/Classes/Persistence/Generic/Qom/QueryObjectModelFactory.php 1 addition, 1 deletion...asses/Persistence/Generic/Qom/QueryObjectModelFactory.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Qom/Statement.php 3 additions, 3 deletions...ext/extbase/Classes/Persistence/Generic/Qom/Statement.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Query.php 2 additions, 2 deletionstypo3/sysext/extbase/Classes/Persistence/Generic/Query.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php 13 additions, 15 deletions...se/Classes/Persistence/Generic/Storage/Typo3DbBackend.php
Please register or sign in to comment