Bug #79347
closedDB Check causes Php warning in QueryBuilder
100%
Description
Selecting "Database Relations" under "DB check" causes a php warning:
PHP Warning: Missing argument 1 for Doctrine\DBAL\Query\QueryBuilder::orWhere(), called in typo3_src/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php on line 651 and defined in vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php line 836
Updated by Christer V almost 8 years ago
- Category set to Database API (Doctrine DBAL)
This is caused when you use the DB type BLOB. This will cause selectNonEmptyRecordsWithFkeys
to generate a empty $whereClause
. Which causes an warning when calling $queryBuilder->orWhere(...$whereClause)->execute();
Updated by Christer V over 7 years ago
- Target version set to 8 LTS
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Gerrit Code Review over 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51813
Updated by Thomas Hohn over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 32cb648073f28184679fb656ed7acfae3b3351ef.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed