We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f436b15 commit 73dc3beCopy full SHA for 73dc3be
1 file changed
system/Database/SQLite3/Connection.php
@@ -63,7 +63,7 @@ public function initialize()
63
}
64
65
if (is_int($this->busyTimeout)) {
66
- $this->simpleQuery('PRAGMA busy_timeout=' . $this->busyTimeout);
+ $this->connID->busyTimeout($this->busyTimeout);
67
68
69
0 commit comments