Task #96551
closedEpic #96521: Enhance PhpStan coverage
Use proper QueryBuilder execute() replacements executeQuery() and executeStatement()
100%
Updated by Stefan Bürk almost 3 years ago
- Category set to Database API (Doctrine DBAL)
- Parent task set to #96521
Replaceing doctrine/dbal execute() with executeQuery() for count/select queries
and executeStatement() for insert/update/delete queries would have following
benefits:
- solves core phpstan errors which are currently swallowed by checkThisOnly config
- prepare/cleanup the core and avoid using the to-be deprecated method execute() early
- start early to get firm with the new methods and be a demonstration for developers
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73032
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73032
Updated by Gerrit Code Review almost 3 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73032
Updated by Gerrit Code Review almost 3 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73032
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73055
Updated by Stefan Bürk almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 597a92fd55221caaccd28628b5e03024a319ef7a.
Updated by Stefan Bürk almost 3 years ago
- Related to Task #96972: Deprecate QueryBuilder::execute() added