Commit dcb3cd3c authored by Benjamin Eberlei's avatar Benjamin Eberlei

Add note about 3.0 behavior change

parent d2a2bd35
...@@ -35,6 +35,7 @@ class ArrayType extends Type ...@@ -35,6 +35,7 @@ class ArrayType extends Type
public function convertToDatabaseValue($value, \Doctrine\DBAL\Platforms\AbstractPlatform $platform) public function convertToDatabaseValue($value, \Doctrine\DBAL\Platforms\AbstractPlatform $platform)
{ {
// @todo 3.0 - $value === null check to save real NULL in database
return serialize($value); return serialize($value);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment