1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00
doctrine2/tests/Doctrine/Tests/ORM
Marcin Szulc a360da5a7e
Fix lazy loading of 1-to-1 relationship with custom id object
Fixing case when lazy loading of entity in one-to-one relationship on the side without foreign key
did not return eht entity because of custom type not being detected and properly formatted before
applying to database query.

Closes https://github.com/doctrine/doctrine2/issues/5887
2017-04-30 19:53:28 +02:00
..
Cache Optimization. Multiple get in QueryCache 2017-01-16 23:02:23 +01:00
Decorator Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
Entity Optimize imports. Remove full qualified class names 2016-05-11 01:55:12 +07:00
Event Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
Functional Fix lazy loading of 1-to-1 relationship with custom id object 2017-04-30 19:53:28 +02:00
Hydration Remove commented code that seems to not be important 2016-12-08 18:16:11 +01:00
Id Use short-array syntax on "tests" directory 2016-12-07 23:33:41 +01:00
Internal Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
Mapping Fix notice in ClassMetadata when there is no ID Column defined 2017-04-30 11:38:47 +02:00
Performance Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Persisters Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Proxy Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
Query Add support for STARTS_WITH and ENDS_WITH comparison operators 2017-04-30 13:19:51 +02:00
Repository Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
Tools Remove old "CLASSNAME" constants from test models 2016-12-08 18:15:48 +01:00
Utility Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
CommitOrderCalculatorTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
ConfigurationTest.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
EntityManagerTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
EntityNotFoundExceptionTest.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
LazyCriteriaCollectionTest.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
ORMInvalidArgumentExceptionTest.php Updating to PHPUnit 6 2017-03-31 21:59:02 +01:00
PersistentCollectionTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
QueryBuilderTest.php Use "::class" syntax on "tests" directory 2016-12-08 18:13:39 +01:00
UnitOfWorkTest.php #6174 #5570 removed unused imports 2016-12-18 15:46:49 +01:00