Fixes SqlCe and MySQL sorting on custom properties for list view, this also makes the query work much better and there is no longer a requirement for a sub-query in the order by statement.

This commit is contained in:
Shannon
2016-04-20 12:50:52 +02:00
parent b8d8c9e59a
commit f149ca9c76
7 changed files with 99 additions and 39 deletions

View File

@@ -209,7 +209,6 @@ ORDER BY TABLE_NAME, INDEX_NAME");
public override string DropIndex { get { return "DROP INDEX {1}.{0}"; } }
}
}