renamed blob to blob_type_t
This commit is contained in:
@@ -13,7 +13,7 @@ struct person {
|
||||
unsigned int id{};
|
||||
std::string name;
|
||||
unsigned int age{};
|
||||
utils::blob image{};
|
||||
utils::blob_type_t image{};
|
||||
|
||||
template<class Operator>
|
||||
void process(Operator &op) {
|
||||
|
||||
@@ -27,7 +27,7 @@ struct types
|
||||
std::string varchar_ = "Erde";
|
||||
// matador::date date_;
|
||||
// matador::time time_;
|
||||
utils::blob binary_{ 1, 2, 3, 4 };
|
||||
utils::blob_type_t binary_{ 1, 2, 3, 4 };
|
||||
|
||||
template < class Operator >
|
||||
void process(Operator &op)
|
||||
|
||||
Reference in New Issue
Block a user