Actions
Task #77337
closedTask #75545: Doctrine DBAL migration
Doctrine: Get rid of admin_get_tables in CleanUp
Start date:
2016-08-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
see typo3/sysext/install/Classes/Controller/Action/Tool/CleanUp.php
Updated by Tobias Adolph over 8 years ago
- Status changed from In Progress to New
- Assignee changed from Tobias Adolph to Morton Jonuschat
If there would exist a method to iterate over all connections, we could solve the check whether a table exists with something like this:
http://stackoverflow.com/questions/3220998/check-for-table-existence-before-dropping
instead of the admin_get_tables-call in typo3/sysext/install/Classes/Controller/Action/Tool/CleanUp.php (and maybe further occurrences)
Updated by Tobias Adolph over 8 years ago
- Status changed from New to In Progress
- Assignee changed from Morton Jonuschat to Tobias Adolph
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress 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/49360
Updated by Tobias Adolph over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8d8b9cab6279e39890ff1ac5067c9ded0675322d.
Actions