Feature #100089
closedIntroduce Doctrine DBAL v3 driver middlewares
100%
Description
Add a new setting to register doctrine dbal v3 driver middlewares.
See: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/architecture.html
And adapt ext:adminpanel to use driver middlewares for logging doctrine sql queries. (as the old way of using setSQLLogger() is deprecated)
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 2 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/+/78029
Updated by Gerrit Code Review almost 2 years ago
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/+/78029
Updated by Gerrit Code Review almost 2 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/+/78029
Updated by Gerrit Code Review almost 2 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/+/78029
Updated by Gerrit Code Review almost 2 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/+/78029
Updated by Gerrit Code Review almost 2 years ago
Patch set 7 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/+/78029
Updated by Gerrit Code Review almost 2 years ago
Patch set 8 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/+/78029
Updated by Christian Eßl almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1d625cd1cbc1fb6226855bc856f3578c083dd967.
Updated by Stefan Bürk about 1 year ago
- Related to Feature #102586: Introduce sortable Doctrine DBAL middleware registration added
Updated by Stefan Bürk about 1 year ago
- Related to Feature #102587: Introduce driver middleware `UsableForConnectionInterface` added
Updated by Stefan Bürk about 1 year ago
- Related to Task #102588: Implement PDO DriverResult as `doctrine/dbal driver middleware` added