Bug #102479
closedPersisting DateTimeImmutable values results in DBAL ConversionException
100%
Description
This only happens if the type is explicitly specified via the $types parameter of `insert()` etc., like e.g. doctrine/migrations does since version 3.7 (cf. https://github.com/andreaswolf/typo3-ext-migrations/pull/20#issuecomment-1823213679).
Stack trace:
Doctrine\DBAL\Types\ConversionException: Could not convert PHP value '2023-11-23 11:49:00' to type datetime_immutable. Expected one of the following types: null, DateTimeImmutable /data/www/typo3/dev/dev-main/vendor/doctrine/dbal/src/Types/ConversionException.php:80 /data/www/typo3/dev/dev-main/vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php:45 /data/www/typo3/dev/dev-main/vendor/doctrine/dbal/src/Connection.php:1849 /data/www/typo3/dev/dev-main/vendor/doctrine/dbal/src/Connection.php:1790 /data/www/typo3/dev/dev-main/vendor/doctrine/dbal/src/Connection.php:1200 /data/www/typo3/dev/dev-main/vendor/doctrine/dbal/src/Connection.php:812 /data/www/typo3/dev/dev-main/typo3/sysext/core/Classes/Database/Connection.php:213
The
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/+/81912
Updated by Gerrit Code Review 12 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/+/81912
Updated by Gerrit Code Review 12 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/+/81963
Updated by Anonymous 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff01555046fad5c1c6c0bb4fe3f71d264e297908.
Updated by Stefan Bürk 11 months ago
- Related to Task #102807: Avoid invalid datetime database default in a test added