We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9cbad commit 3e1a695Copy full SHA for 3e1a695
Check/DoctrineDbal.php
@@ -24,7 +24,7 @@ public function __construct(ConnectionRegistry $registry, $connectionName = null
24
public function check()
25
{
26
$connection = $this->manager->getConnection($this->connectionName);
27
- $query = $connection->getDriver()->getDatabasePlatform()->getDummySelectSQL();
+ $query = $connection->getDriver()->getDatabasePlatform($connection)->getDummySelectSQL();
28
29
// after dbal 2.11 fetchOne replace fetchColumn
30
if (method_exists($connection, 'fetchOne')) {
0 commit comments