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.
Actions