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.
2 parents 6c4f5b6 + 48b0f50 commit f5e4950Copy full SHA for f5e4950
Store/PdoStore.php
@@ -317,6 +317,7 @@ private function getDriver(): string
317
} else {
318
switch ($this->driver = $con->getDriver()->getName()) {
319
case 'mysqli':
320
+ throw new NotSupportedException(sprintf('The store "%s" does not support the mysqli driver, use pdo_mysql instead.', \get_class($this)));
321
case 'pdo_mysql':
322
case 'drizzle_pdo_mysql':
323
$this->driver = 'mysql';
0 commit comments