silverstripe-mssql/code
Sean Harvey 7c369a383a BUG Fix SortColumn ORDER BY not working when using a limit
MSSQL doesn't support putting an alias into the OVER clause,
something which is required when limiting results with an offset.
The workaround is to just put the aggregate inline, taken from
the select list.
2012-12-20 15:57:50 +13:00
..
MSSQLAzureDatabase.php MINOR Update on compatibility of MSSQLAzureDatabase 2010-10-20 03:17:19 +00:00
MSSQLDatabase.php BUG Fix SortColumn ORDER BY not working when using a limit 2012-12-20 15:57:50 +13:00
MSSQLDatabaseConfigurationHelper.php ENHANCEMENT Added MSSQLDatabaseConfigurationHelper::getDatabaseVersion() 2010-05-26 05:11:14 +00:00