mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
15c076b3ea
commit
f8bacb47b5
@@ -81,6 +81,7 @@ public:
|
||||
void testDateTime();
|
||||
void testBLOB();
|
||||
void testBLOBStmt();
|
||||
void testLongText();
|
||||
|
||||
void testUnsignedInts();
|
||||
void testFloat();
|
||||
@@ -121,6 +122,7 @@ private:
|
||||
void dropTable(const std::string& tableName);
|
||||
void recreatePersonTable();
|
||||
void recreatePersonBLOBTable();
|
||||
void recreatePersonLongTextTable();
|
||||
void recreatePersonDateTimeTable();
|
||||
void recreatePersonDateTable();
|
||||
void recreatePersonTimeTable();
|
||||
|
||||
Reference in New Issue
Block a user