1
0
mirror of synced 2025-01-09 10:37:09 +03:00
doctrine2/tests/Doctrine
Alexander Kurilo 38fcc66c16 Add missing type mapping
Fixes DDC-3192
Refs DDC-2494

This is essentially a fix from DDC-2494 applied to SQLWalker.
The issue: type was not converted to PHP value when the result is fetched by
executing DQL query rather than using entity manager's findX(). Similar issue
for BasicEntityPersister (which is used when em's findX is executed) was fixed
in DDC-2494, but SQLWalker made the issue valid for any custom query.
2014-07-14 11:22:08 +03:00
..
Tests Add missing type mapping 2014-07-14 11:22:08 +03:00