MediaWiki
1.34.0
|
This class contains code common to different SQLite-related maintenance scripts. More...
Static Public Member Functions | |
static | checkSqlSyntax ( $files) |
Checks given files for correctness of SQL syntax. More... | |
static | isPresent () |
Checks whether PHP has SQLite support. More... | |
This class contains code common to different SQLite-related maintenance scripts.
Definition at line 32 of file sqlite.inc.
|
static |
Checks given files for correctness of SQL syntax.
MySQL DDL will be converted to SQLite-compatible during processing. Will throw exceptions on SQL errors
array | string | $files |
MWException |
Definition at line 50 of file sqlite.inc.
References $file.
Referenced by SqliteMaintenance\checkSyntax().
|
static |
Checks whether PHP has SQLite support.
Definition at line 38 of file sqlite.inc.
Referenced by SqliteMaintenance\checkSyntax().