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