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:
@@ -209,7 +209,6 @@ ORDER BY TABLE_NAME, INDEX_NAME");
|
||||
|
||||
|
||||
public override string DropIndex { get { return "DROP INDEX {1}.{0}"; } }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user