From 9502c7d5a5fe13fd346b9209993bf42147033180 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 12 Jun 2012 14:41:18 +1200 Subject: [PATCH] MINOR Remove useless comment about another database --- code/SQLiteDatabaseConfigurationHelper.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/SQLiteDatabaseConfigurationHelper.php b/code/SQLiteDatabaseConfigurationHelper.php index 9ea52b0..5d8fcd4 100644 --- a/code/SQLiteDatabaseConfigurationHelper.php +++ b/code/SQLiteDatabaseConfigurationHelper.php @@ -152,9 +152,6 @@ class SQLiteDatabaseConfigurationHelper implements DatabaseConfigurationHelper { * Ensure that the database connection is able to use an existing database, * or be able to create one if it doesn't exist. * - * Unfortunately, PostgreSQLDatabase doesn't support automatically creating databases - * at the moment, so we can only check that the chosen database exists. - * * @param array $databaseConfig Associative array of db configuration, e.g. "server", "username" etc * @return array Result - e.g. array('success' => true, 'alreadyExists' => 'true') */