Last Updated: February 25, 2016
·
3.077K
· devalien

Doctrine, replace into

Unfortunately Doctrine 2 does not support "replace into". And doing all the checks of the case was too expensive in terms of resources. And was difficult to do it in chunks.

$con = $em->getConnection();

$con->executeUpdate('REPLACE INTO ...');