Actions
Bug #83077
closedExtbase persistence writes `NULL` as a string in DB
Start date:
2017-11-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
extbase, persistence, null, database
Complexity:
Is Regression:
Sprint Focus:
Description
When changing a property in an entity from a plain value to `null`, then updating the entity in the persistence manager and running the persist process, the new value stored in the DB is `NULL` written as a string when it should be the real `NULL` value.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54746
Updated by Romain Canon almost 7 years ago
- Status changed from Under Review to Closed
Actions