I'm quite new to Symfony and I'm learning about Doctrine.
If I try a
dump($this->getEntityManager()->getConnection());
I see that the PDO object has the EMULATE_PREPARES attribute set to 1. I wonder why, shouldn't emulated prepares be turned off? And if so, how to do that in doctrine configuration?