1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
This commit is contained in:
stefanocasazza 2018-07-13 16:24:27 +02:00
parent b9b1e25f19
commit 02c37ff0c8
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ if (World::pdrv)
pquery = u_num2str32(World::rnumber[i], pquery+1);
res = World::pdrv->execPrepared(World::pstmt);
res = World::execPrepared(i);
U_INTERNAL_ASSERT_EQUALS(PQnfields(res), 1)
U_INTERNAL_ASSERT_EQUALS(PQntuples(res), 1)

View File

@ -52,7 +52,7 @@ if (World::pdrv)
pquery = u_num2str32(World::rnumber[i], pquery+1);
res = World::pdrv->execPrepared(World::pstmt);
res = World::execPrepared(i);
U_INTERNAL_ASSERT_EQUALS(PQnfields(res), 1)
U_INTERNAL_ASSERT_EQUALS(PQntuples(res), 1)