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 f1a2603 commit 2840a3bCopy full SHA for 2840a3b
api.php
@@ -5266,11 +5266,6 @@ class GenericDB
5266
private $columns;
5267
private $converter;
5268
5269
- public function getDriver(): string
5270
- {
5271
- return $this->driver;
5272
- }
5273
-
5274
private function getDsn(): string
5275
{
5276
switch ($this->driver) {
@@ -5303,7 +5298,6 @@ private function getCommands(): array
5303
5298
case 'sqlite':
5304
5299
return [
5305
5300
'PRAGMA foreign_keys = on;',
5306
- 'PRAGMA writable_schema = on;',
5307
5301
];
5308
5302
}
5309
0 commit comments