[doctrine-user] Unexpected differences in Result Set data structure for similar DQL statements

2016-05-06 Thread Dennis Fedco
*Peculiarity #1* I have some code, like so: $query = $this->getEntityManager()->createQuery(' SELECT i, p FROM ' . Item::class . ' i INNER JOIN ' . Product::class . ' p WHERE i.productId = p.id ');

[doctrine-user] Why is DoctrineProxies object so huge?

2016-05-06 Thread Dennis Fedco
I posted a question about DoctrineProxies construct that lives inside Doctrine\ORM\Configuration and creates huge proxy objects. http://stackoverflow.com/questions/37076711/why-does-doctrine-orm-configurations-doctrineproxies-object-contain-the-unive I will be curious to see if someone can