Bug #94638
closedDB Schema diff fails, when a database table is mapped to a different connection
0%
Description
Scenario:¶
- cache_pages exists on "Default" Connection
- cache_pages is mapped to a "Caches" Connection
Expectation:
Database compare suggest removal on Default connection and creation on Caches Connection
Actual result:
Exception "Table 'caches.cache_pages' doesn't exist"
Updated by Gerrit Code Review over 3 years ago
- Status changed from Accepted 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/c/Packages/TYPO3.CMS/+/70071
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70071
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70071
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70071
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70071
Updated by Riccardo De Contardi over 1 year ago
- Status changed from Under Review to Closed
- Target version deleted (
Candidate for patchlevel)
Abandoned (see comments in review) -> closing it
If you think that this is the wrong decision, please reopen it or open a new issue with a reference to this one. Thank you.
Updated by Helmut Hummel over 1 year ago
- Related to Task #101235: Make additional DB connections optional sometimes, e.g. in case of SchemaMigration added