prepare release 1.9 (#1635)
This commit is contained in:
@@ -31,7 +31,7 @@ class SqliteSessionInitSubscriber implements EventSubscriber
|
||||
*/
|
||||
public function postConnect(ConnectionEventArgs $args)
|
||||
{
|
||||
if ('sqlite' !== strtolower($args->getDatabasePlatform()->getName())) {
|
||||
if ('sqlite' !== strtolower($args->getConnection()->getDatabasePlatform()->getName())) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user