1
0
mirror of synced 2025-03-17 13:33:52 +03:00

Merge pull request #411 from stof/new_types

Added the new DBAL 2.3 types in the EntityGenerator typehint map
This commit is contained in:
Benjamin Eberlei 2012-07-29 00:04:03 -07:00
commit 14bd794960

View File

@ -154,6 +154,8 @@ class EntityGenerator
Type::TEXT => 'string', Type::TEXT => 'string',
Type::BLOB => 'string', Type::BLOB => 'string',
Type::DECIMAL => 'float', Type::DECIMAL => 'float',
Type::JSON_ARRAY => 'array',
Type::SIMPLE_ARRAY => 'array',
); );
/** /**