Skip to content
Snippets Groups Projects
Commit 65141c5c authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Christian Kuhn
Browse files

[BUGFIX] Ignore unmapped tables on non-default connections

This patch changes the behaviour when building the SchemaDiff on a
non-default connection to only fetch tables which are mapped to that
connection instead of fetching table details of all tables and
discarding the information for unmapped tables later on.

This improves the performance and avoids errors for data types
unknown to doctrine/dbal in details of unmapped tables.

Resolves: #92959
Releases: main, 11.5
Change-Id: Ia4a62d861ea0748995eb0dec4f01e9e65eb3ed46
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66949


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 3678fe2e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment