mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
d6a075f9c7
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. |
||
---|---|---|
.. | ||
MSSQLAzureDatabase.php | ||
MSSQLDatabase.php | ||
MSSQLDatabaseConfigurationHelper.php |