added blob type (progress)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user