Task #103605
closedEnable corrected test for default value parsing
100%
Description
Test covering the SQL file parser has been streamlined
and enriched with #103602, adding a disabled test with
a todo to enable it with the corresponding bugfix.
Mentally missleaded, the disabled test itself is not
correct based on the fact that MySQL and MariaDB use
single quotes to quote single quotes in values like
DEFAULT 'some value with a '' (single quote)'
instead of the assumed `\'` variant.
Further studies revealed that the prehistoric parser
is more than capable to properly parse this form of
default values.
Updated by Gerrit Code Review 8 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/+/83746
Updated by Stefan Bürk 8 months ago
- Related to Task #103602: Streamline Schema Parser test added
Updated by Gerrit Code Review 8 months 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/+/83746
Updated by Gerrit Code Review 8 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83754
Updated by Gerrit Code Review 8 months ago
Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83754
Updated by Stefan Bürk 8 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8fd523045b5f7f81cd4d0c6642f4ed0e732dbbdd.