Added tester and DbComparer
This commit is contained in:
@@ -16,6 +16,9 @@ namespace DbMigrate {
|
||||
bool inTable = false;
|
||||
bool inColumns = false;
|
||||
|
||||
|
||||
|
||||
|
||||
Match m = null;
|
||||
foreach (string line in Regex.Split(sql, "\\r\\n")) {
|
||||
if (string.IsNullOrEmpty(line) || line.StartsWith("--")) {
|
||||
|
||||
Reference in New Issue
Block a user