silverstripe-mssql/code
Sam Minnee 05e706ea18 BUG: Fixed MSSQL index name generation for tables with \ in the name.
Right now the name of a table with a namespace will contain a '\' character.  The internal index name generated clashes with this, so we've dealt with it by turning the '\' into a '_'
2012-06-26 14:52:18 +12:00
..
MSSQLAzureDatabase.php MINOR Update on compatibility of MSSQLAzureDatabase 2010-10-20 03:17:19 +00:00
MSSQLDatabase.php BUG: Fixed MSSQL index name generation for tables with \ in the name. 2012-06-26 14:52:18 +12:00
MSSQLDatabaseConfigurationHelper.php ENHANCEMENT Added MSSQLDatabaseConfigurationHelper::getDatabaseVersion() 2010-05-26 05:11:14 +00:00