There is an issue with the getPrefixInfo()
function. It uses Database::getConnectionInfo();
which returns the wrong database connection info when using multiple databases. It should use $this->connection->getConnectionOptions()
↧
getPrefixInfo() calls wrong function to get the connection info
↧