PluginProbe
SQLite Database Integration / 2.2.0
SQLite Database Integration v2.2.0
3.0.2 3.0.1 trunk 2.1.13 2.1.14 2.1.15 2.1.16 2.2.0 2.2.1 2.2.10 2.2.11 2.2.12 2.2.13 2.2.14 2.2.15 2.2.16 2.2.17 2.2.18 2.2.19 2.2.2 2.2.20 2.2.21 2.2.22 2.2.23 2.2.3 All 32 releases
← All changes | wp-includes/sqlite/class-wp-sqlite-db.php +0 -8 2.2.22.2.0 View file →
@@ -306,16 +306,8 @@
306 306 if ( isset( $GLOBALS['@pdo'] ) ) {
307 307 $pdo = $GLOBALS['@pdo'];
308 308 }
309 309 if ( defined( 'WP_SQLITE_AST_DRIVER' ) && WP_SQLITE_AST_DRIVER ) {
310 - if ( null === $this->dbname || '' === $this->dbname ) {
311 - $this->bail(
312 - 'The database name was not set. The SQLite driver requires a database name to be set to emulate MySQL information schema tables.',
313 - 'db_connect_fail'
314 - );
315 - return false;
316 - }
317 -
318 310 require_once __DIR__ . '/../../wp-includes/parser/class-wp-parser-grammar.php';
319 311 require_once __DIR__ . '/../../wp-includes/parser/class-wp-parser.php';
320 312 require_once __DIR__ . '/../../wp-includes/parser/class-wp-parser-node.php';
321 313 require_once __DIR__ . '/../../wp-includes/parser/class-wp-parser-token.php';