mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
f967c20383
Previous implementation of PostgreSQLDatabase::selectDatabase() just updated internal registers, and expected connectDatabase() or similar to be called. This is out of line with MySQLDatabase's behaviour, and frankly a bit stupid. FullTextSearch's test system expected different behaviour from selectDatabase() and so this is needed to fix that. Since it's making PostgreSQLDatabase match the behaviour of MySQLDatabase, I don't consider it an API change. |
||
---|---|---|
.. | ||
PostgreSQLDatabase.php | ||
PostgreSQLDatabaseConfigurationHelper.php |