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 651750c commit 3488164Copy full SHA for 3488164
src/Symfony/Component/Lock/Store/DoctrineDbalStore.php
@@ -92,7 +92,7 @@ public function save(Key $key)
92
ParameterType::STRING,
93
]);
94
} catch (TableNotFoundException $e) {
95
- if (!$this->conn->isTransactionActive() || $this->driverSupportsTableCreationInTransaction()) {
+ if (!$this->conn->isTransactionActive() || $this->platformSupportsTableCreationInTransaction()) {
96
$this->createTable();
97
}
98
0 commit comments