backend tests progress

This commit is contained in:
2024-01-29 07:22:28 +01:00
parent 615143efb0
commit 47848ff674
21 changed files with 410 additions and 27 deletions
+2 -1
View File
@@ -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));