silverstripe-mssql/code
Sean Harvey d6a075f9c7 Fixing MSSQLDatabase to conform to dev/build change detection
This involves changing a few things around so that it's closer to
how the MySQLDatabase adapter works. indexList() should return an
array in the same format instead of using arbitrary "indexname"
and "spec". indexNames() has also been introduced to MSSQLDatabase
so that we can drop all indexes (except for fulltext and primary key
indexes) on a table when altering the table columns, this helps when
constraints not directly related to a modified column refuse to allow changes.
2013-01-07 16:25:31 +13:00
..
MSSQLAzureDatabase.php MINOR Update on compatibility of MSSQLAzureDatabase 2010-10-20 03:17:19 +00:00
MSSQLDatabase.php Fixing MSSQLDatabase to conform to dev/build change detection 2013-01-07 16:25:31 +13:00
MSSQLDatabaseConfigurationHelper.php ENHANCEMENT Added MSSQLDatabaseConfigurationHelper::getDatabaseVersion() 2010-05-26 05:11:14 +00:00