print current iteration

This commit is contained in:
Paul Trowbridge 2018-08-21 16:03:49 -04:00
parent 9a99c08f21
commit 821013e5a1

View File

@ -189,6 +189,7 @@ namespace test
return;
}
sql = "";
Console.Write(nl + t.ToString());
}
}
if (r != 0) {
@ -207,6 +208,7 @@ namespace test
return;
}
sql = "";
Console.Write(nl + t.ToString());
}
pgt.Commit();