1
0
mirror of synced 2025-01-09 10:37:09 +03:00
doctrine2/tests/Doctrine/Tests/ORM
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
..
Cache Enforce Criteria 2014-05-18 12:47:59 +02:00
Decorator Adding EntityManagerDecorator base class as an extension point for EntityManager 2013-03-06 23:30:47 +01:00
Entity Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
Functional Add missing type mapping 2014-07-14 11:22:08 +03:00
Hydration Fixed issue if aliases were specific names, you would either get completely misleading results (dql alias: scalars) or a fatal error (dql alias: newObjects). 2014-04-24 04:47:13 +00:00
Id Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
Mapping on-update is not supported anymore 2014-06-19 16:05:12 +02:00
Performance Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
Persisters Add tests 2014-05-15 18:22:56 +02:00
Proxy Format code 2013-12-31 12:25:14 +01:00
Query Merge branch 'feature/default-query-hints' of https://github.com/Strate/doctrine2 into Strate-default-query-hints 2014-05-15 01:15:34 +00:00
Tools singularize variable name on add/remove methods for EntityGenerator 2014-06-19 10:00:40 +02:00
CommitOrderCalculatorTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
ConfigurationTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
EntityManagerTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
LazyCriteriaCollectionTest.php Verifying that the persister is used only once when matching on a lazy criteria collection 2014-05-17 19:06:16 +02:00
PersistentCollectionTest.php convert PersistentCollection functional tests to unit tests 2013-07-23 09:40:46 -04:00
QueryBuilderTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00
UnitOfWorkTest.php Removed all useless occurrence of require_once TestInit.php 2014-04-07 14:43:25 +02:00