Task #102503
closedRevert "Respect not-nullable strings in `TableBuilder`"
100%
Description
#102495 ensured that the `ext_tables.sql` scanning using
the own sql parser set column comments to an empty string
instead of using the default of null.
This has been done as a preparation for the next Doctrine
DBAL major version upgrade.
Due to the fact that the doctrine `Column` does not contain
the "string" enforcement this now means that empty comments
are detected as changes for PostgreSQL.
It does not make sense to extend and replace all the classes
of doctrine to reflect the upcoming changes, therefore this
change is reverted.
The original intention needs to be included with the major
Doctrine DBAL upgrade.
Updated by Stefan Bürk 12 months ago
- Related to Task #102495: Respect not-nullable strings in `TableBuilder` added
Updated by Gerrit Code Review 12 months 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/+/81902
Updated by Stefan Bürk 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ca507dfb7ce1b5bf39607a08dc5e230a5e0db775.