added sql function and alias
This commit is contained in:
@@ -270,7 +270,7 @@ void sqlite_query_result::read_value(const char *id, size_t index, sql::any_type
|
||||
throw std::logic_error("data type blob not supported");
|
||||
}
|
||||
case sql::data_type_t::type_unknown: {
|
||||
value = result_[row_index_][index];
|
||||
value = std::string(result_[row_index_][index]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user