mirror of
https://github.com/silverstripe/silverstripe-sqlite3
synced 2024-10-22 17:05:37 +02:00
MINOR Remove useless comment about another database
This commit is contained in:
parent
43433fbe46
commit
9502c7d5a5
@ -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')
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user