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