mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-08 21:10:02 +02:00
Updated MySQL UnitTest
This commit is contained in:
@@ -481,7 +481,7 @@ void SQLExecutor::insertSingleBulk()
|
|||||||
for (x = 0; x < 100; ++x)
|
for (x = 0; x < 100; ++x)
|
||||||
{
|
{
|
||||||
std::size_t i = stmt.execute();
|
std::size_t i = stmt.execute();
|
||||||
assert (i == 0);
|
assert (i == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
Reference in New Issue
Block a user