Actions
Task #55769
closedCentralize DB queries in DatabaseConnection class
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-02-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In order to be able to easier debug stuff and intercept database calls, all queries should be made through a central query() method in DatabaseConnection. Currently, all query methods call link->query themselves, making it hard to intercept or benchmark these calls.
Updated by Gerrit Code Review almost 11 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/27420
Updated by Gerrit Code Review almost 11 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/27420
Updated by Andreas Wolf almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 556e72f413563b0f39e2760d16fedda424d5ec82.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions