mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 08:31:43 +02:00
rename 'separator' to 'frac'; develop: PostgreSQLTest: missing ExecUtil class #1788
This commit is contained in:
@@ -952,8 +952,8 @@ void PostgreSQLTest::recreatePersonTimeTable()
|
||||
|
||||
void PostgreSQLTest::recreateIntsTable()
|
||||
{
|
||||
dropTable("Ints");
|
||||
try { *_pSession << "CREATE TABLE " << ExecUtil::ints() << " (str INTEGER)", now; }
|
||||
dropTable("Strings");
|
||||
try { *_pSession << "CREATE TABLE Strings (str INTEGER)", now; }
|
||||
catch(ConnectionException& ce){ std::cout << ce.displayText() << std::endl; fail ("recreateIntsTable()"); }
|
||||
catch(StatementException& se){ std::cout << se.displayText() << std::endl; fail ("recreateIntsTable()"); }
|
||||
}
|
||||
|
Reference in New Issue
Block a user