mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
MySQL DateTime support, samples Linux compile
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
void testIllegalRange();
|
||||
void testSingleSelect();
|
||||
void testEmptyDB();
|
||||
|
||||
void testDateTime();
|
||||
void testBLOB();
|
||||
void testBLOBStmt();
|
||||
|
||||
@@ -129,6 +129,7 @@ private:
|
||||
void dropTable(const std::string& tableName);
|
||||
void recreatePersonTable();
|
||||
void recreatePersonBLOBTable();
|
||||
void recreatePersonDateTimeTable();
|
||||
void recreateStringsTable();
|
||||
void recreateIntsTable();
|
||||
void recreateFloatsTable();
|
||||
|
||||
Reference in New Issue
Block a user