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 92b0d09 commit 72616dfCopy full SHA for 72616df
Helper/ConnectionHelper.php
@@ -18,7 +18,6 @@ public static function setConnectionOptions(\PDO $connection)
18
$connection->exec('SET ANSI_NULLS ON');
19
$connection->exec('SET QUOTED_IDENTIFIER ON');
20
$connection->exec('SET CONCAT_NULL_YIELDS_NULL ON');
21
- $connection->exec('SET CONCAT_NULL_YIELDS_NULL ON');
22
}
23
24
/**
0 commit comments