You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Return value of Doctrine\DBAL\Connection::getWrappedConnection() must implement interface Doctrine\DBAL\Driver\Connection, instance of PDO returned
#4609
Closed
mvorisek opened this issue
Apr 17, 2021
· 3 comments
$dbalConnection->executeQuery('DROP TABLE IF EXISTS employee');
which started throwing:
TypeError: Return value of Doctrine\DBAL\Connection::getWrappedConnection() must implement interface Doctrine\DBAL\Driver\Connection, instance of PDO returned
...\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:1947
...\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php:1277
...\vendor\atk4\dsql\tests\WithDb\TransactionTest.php:33
Previous behaviour
no error
Current behavior
see log above
How to reproduce
see code above
The text was updated successfully, but these errors were encountered:
BC Break Report
Summary
connection is created like:
and then used in:
which started throwing:
Previous behaviour
no error
Current behavior
see log above
How to reproduce
see code above
The text was updated successfully, but these errors were encountered: