Skip to content

Commit b6a770f

Browse files
committed
x
1 parent ab68077 commit b6a770f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dibi/Drivers/SqliteDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct(array $config)
5757

5858
// enable foreign keys support (defaultly disabled; if disabled then foreign key constraints are not enforced)
5959
$version = SQLite3::version();
60-
$this->connection->enableExceptions(false);
60+
@$this->connection->enableExceptions(false);
6161
if ($version['versionNumber'] >= '3006019') {
6262
$this->query('PRAGMA foreign_keys = ON');
6363
}

0 commit comments

Comments
 (0)