Fixes the custom field sorting, no longer has a sub query for order by, now supports both mysql and sqlce, adds a unit test (should add more though)

This commit is contained in:
Shannon
2016-04-20 15:50:38 +02:00
parent 7e71dcd2ae
commit 6124126835
8 changed files with 101 additions and 40 deletions

View File

@@ -69,8 +69,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
bool SupportsClustered();
bool SupportsIdentityInsert();
bool? SupportsCaseInsensitiveQueries(Database db);
string IsNull { get; }
string ConvertIntegerToOrderableString { get; }
string ConvertDateToOrderableString { get; }
string ConvertDecimalToOrderableString { get; }