added more tests
This commit is contained in:
@@ -10,7 +10,7 @@ struct types
|
||||
{
|
||||
enum { CSTR_LEN=255 };
|
||||
|
||||
unsigned long id_ = 0;
|
||||
unsigned int id_ = 0;
|
||||
char char_ = 'c';
|
||||
short short_ = -127;
|
||||
int int_ = -65000;
|
||||
@@ -27,8 +27,8 @@ struct types
|
||||
char cstr_[CSTR_LEN]{};
|
||||
std::string string_ = "Welt";
|
||||
std::string varchar_ = "Erde";
|
||||
matador::date date_;
|
||||
matador::time time_;
|
||||
// matador::date date_;
|
||||
// matador::time time_;
|
||||
utils::blob binary_{ 1, 2, 3, 4 };
|
||||
|
||||
template < class Operator >
|
||||
|
||||
Reference in New Issue
Block a user