added any type visitor and converter

This commit is contained in:
2023-11-21 20:07:07 +01:00
parent 171e8d36ce
commit 145c4dc0a3
28 changed files with 730 additions and 163 deletions
@@ -33,6 +33,8 @@ public:
sql::record describe(const std::string& table) override;
bool exists(const std::string &table_name) override;
private:
static int parse_result(void* param, int column_count, char** values, char** columns);