Implement extraction of Dynamic::Var and Any in MySQL extractor (#1863) (#1872)

* 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:
Erbengi
2017-09-04 17:59:13 +02:00
committed by Aleksandar Fabijanic
parent e59fba4ddd
commit fe7230a6d5
6 changed files with 265 additions and 7 deletions

View File

@@ -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);