Skip to content

Commit cbcd80a

Browse files
committed
[Cache][Lock] Fix PDO store not creating table + add tests
1 parent f84fd4f commit cbcd80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Session/Storage/Handler/SessionHandlerFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public static function createHandler($connection): AbstractSessionHandler
8282
}
8383

8484
$connection = DriverManager::getConnection($params, $config);
85+
// The condition should be removed once support for DBAL <3.3 is dropped
8586
$connection = method_exists($connection, 'getNativeConnection') ? $connection->getNativeConnection() : $connection->getWrappedConnection();
8687
// no break;
8788

0 commit comments

Comments
 (0)