diff --git a/code/SQLiteDatabaseConfigurationHelper.php b/code/SQLiteDatabaseConfigurationHelper.php index 6540cae..285d51c 100644 --- a/code/SQLiteDatabaseConfigurationHelper.php +++ b/code/SQLiteDatabaseConfigurationHelper.php @@ -100,7 +100,6 @@ class SQLiteDatabaseConfigurationHelper implements DatabaseConfigurationHelper { $error = ''; } - return array( 'success' => $success, 'connection' => $conn, @@ -108,6 +107,13 @@ class SQLiteDatabaseConfigurationHelper implements DatabaseConfigurationHelper { ); } + public function requireDatabaseVersion($databaseConfig) { + return array( + 'success' => true, + 'error' => '' + ); + } + /** * Ensure that the database connection is able to use an existing database, * or be able to create one if it doesn't exist.