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; return;
} }
sql = ""; sql = "";
Console.Write(nl + t.ToString());
} }
} }
if (r != 0) { if (r != 0) {
@ -206,7 +207,8 @@ namespace test
pgc.Close(); pgc.Close();
return; return;
} }
sql = ""; sql = "";
Console.Write(nl + t.ToString());
} }
pgt.Commit(); pgt.Commit();