Date: Friday, November 18, 2005 @ 17:38:38
Author: gilles
Path: /cvsroot/carob/carob/test
Modified: TestStatement.cpp (1.2 -> 1.3)
Applied mustBroadcast flag removal
-------------------+
TestStatement.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: carob/test/TestStatement.cpp
diff -u carob/test/TestStatement.cpp:1.2 carob/test/TestStatement.cpp:1.3
--- carob/test/TestStatement.cpp:1.2 Thu Nov 10 17:04:12 2005
+++ carob/test/TestStatement.cpp Fri Nov 18 17:38:38 2005
@@ -40,7 +40,7 @@
{
logDebug(fctName, L"Executing dummy read");
}
- statementPtr->executeQuery(L"dummy request;", false);
+ statementPtr->executeQuery(L"dummy request;");
// We should receive an exception instead of coming here
CPPUNIT_ASSERT(false);
}
@@ -68,7 +68,7 @@
{
logDebug(fctName, L"Executing bad table read");
}
- statementPtr->executeQuery(L"select * from dummy;", false);
+ statementPtr->executeQuery(L"select * from dummy;");
// We should receive an exception instead of coming here
CPPUNIT_ASSERT(false);
}
@@ -97,7 +97,7 @@
logDebug(fctName, L"Executing read");
}
DriverResultSet* drsPtr = statementPtr->executeQuery(
- L"select * from address;", false);
+ L"select * from address;");
logDebug(fctName, *drsPtr);
//Display five rows for debugging...
// wcerr<<L"Row\tId\tName\t\tCost"<<endl;
@@ -214,7 +214,7 @@
}
statementPtr->setMaxRows(1);
DriverResultSet* drsPtr = statementPtr->executeQuery(
- L"select * from address;", false);
+ L"select * from address;");
logDebug(fctName, *drsPtr);
//Display five rows for debugging...
// wcerr<<L"Row\tId\tName\t\tCost"<<endl;
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits