print current iteration
This commit is contained in:
parent
9a99c08f21
commit
821013e5a1
@ -189,6 +189,7 @@ namespace test
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
sql = "";
|
sql = "";
|
||||||
|
Console.Write(nl + t.ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (r != 0) {
|
if (r != 0) {
|
||||||
@ -207,6 +208,7 @@ namespace test
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
sql = "";
|
sql = "";
|
||||||
|
Console.Write(nl + t.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
pgt.Commit();
|
pgt.Commit();
|
||||||
|
Loading…
Reference in New Issue
Block a user