Bug #97961
closedTransform `tableoptions` early to valid `doctrine/dbal` option
100%
Description
With #80398 support to set `tableoptions` to proper charset and
collate has been added. This setting has been passed through the
`doctrine/dbal` connection params and manually set to the schema
config for database compare, if it has been set.
The choosen key `tableoptions` however is not the valid key for
`doctrine/dbal` connection params. `doctrine/dbal` ships proper
phpstan/psalm type defitions for the param array nowerdays.
Raising dependency version for doctrine/dbal and phpstan leads to
error reporting of this hackish missuse to transport the settings
from Typo3 database configuration to the schema migrator config.
Updated by Stefan Bürk over 2 years ago
- Related to Feature #80398: Make default charset and collation for new tables configurable added
Updated by Stefan Bürk over 2 years ago
- Related to Task #97956: Bump the Doctrine dependencies added
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 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/+/75211
Updated by Gerrit Code Review over 2 years ago
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/+/75211
Updated by Gerrit Code Review over 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/+/75211
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75213
Updated by Stefan Bürk over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5ff2f02d58aad1b4cdf7fd4a32e6a222a8dee92d.
Updated by Stefan Bürk about 1 month ago
- Related to Task #105289: Mitigate deprecated Doctrine DBAL connection options added
Updated by Stefan Bürk about 1 month ago
- Related to Task #105297: Deprecate `tableoptions` and `collate` connection configuration added