propelorm/Propel2

PDO Access after Alpha 12

urshofer opened this issue · 0 comments

Quick Question:

How does this needs to be rewritten so that it works after Updating to Alpha12 or later?

function PDO() {
    return $this->serviceContainer->getConnection()->getWrappedConnection();
  }

I'm somtimes accessing PDO directly with this function. Related to #1683

best