mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
* Implement extraction of Dynamic::Var and Any in MySQL extractor (#1863) * Remove probably unnecessary include <my_global.h> from SQLExecutor
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
e59fba4ddd
commit
fe7230a6d5
@@ -87,6 +87,9 @@ public:
|
||||
void testFloat();
|
||||
void testDouble();
|
||||
|
||||
void testAny();
|
||||
void testDynamicAny();
|
||||
|
||||
void testTuple();
|
||||
void testTupleVector();
|
||||
|
||||
@@ -134,6 +137,7 @@ private:
|
||||
void recreateVectorsTable();
|
||||
void recreateNullableIntTable();
|
||||
void recreateNullableStringTable();
|
||||
void recreateAnyTable();
|
||||
|
||||
static void dbInfo(Poco::Data::Session& session);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user