added blob type (progress)

This commit is contained in:
2024-01-22 07:11:35 +01:00
parent b158b41556
commit 102a7fc604
24 changed files with 240 additions and 149 deletions
+5
View File
@@ -98,6 +98,11 @@ void query_result_reader::read_value(const char *id, size_t index, std::string &
value.assign(column(index));
}
void query_result_reader::read_value(const char *id, size_t index, utils::blob &value)
{
}
template < typename Type >
void convert(const char *valstr, sql::any_type &value)
{