Updates sorting code to support decimals - need to test on MySql

This commit is contained in:
Shannon
2016-04-13 14:49:37 +02:00
parent 82b4b4e668
commit 10bb16316d
4 changed files with 10 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
string IsNull { get; }
string ConvertIntegerToOrderableString { get; }
string ConvertDateToOrderableString { get; }
string ConvertDecimalToOrderableString { get; }
IEnumerable<string> GetTablesInSchema(Database db);
IEnumerable<ColumnInfo> GetColumnsInSchema(Database db);