Task #102862
closedDoctrine DBAL `AbstractPlatform::getIdentifierQuoteCharacter()` is deprecated
100%
Description
`AbstractPlatform::getIdentifierQuoteCharacter()`
is deprecated since Doctrine DBAL 3.7.x and will
be removed with Doctrine DBAL 4.x - with proposing
to use `AbstractPlatform::quoteIdentifier()` to
retrieve it. [1]2
The proposed way to mitigate this depraction looks like
$quoteChar = (new AbstractPlatform)
->quoteSingleIdentifier('fake')[0];
[1] https://github.com/doctrine/dbal/blob/3.7.x/UPGRADE.md#deprecated-abstractplatform-methods-exposing-quote-characters
[2] https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#bc-break-removed-abstractplatform-methods-exposing-quote-characters
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
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/+/82508
Updated by Gerrit Code Review 10 months ago
Patch set 4 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/+/82508
Updated by Stefan Bürk 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 60b3ccbba688abb1c9118945ef1f10e3a8be500e.