backend tests progress
This commit is contained in:
@@ -175,7 +175,8 @@ void query_result_reader::read_value(const char *id, size_t index, any_type &val
|
||||
break;
|
||||
}
|
||||
case sql::data_type_t::type_blob: {
|
||||
throw std::logic_error("data type blob not supported");
|
||||
value = utils::blob{};
|
||||
break;
|
||||
}
|
||||
case sql::data_type_t::type_unknown: {
|
||||
value = std::string(column(index));
|
||||
|
||||
Reference in New Issue
Block a user