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

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