mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-18 04:08:47 -06:00
Merge branch 'feature/extra_data_types' of https://github.com/Erroneous1/sqlpp11 into Erroneous1-feature/extra_data_types
This commit is contained in:
@@ -39,6 +39,8 @@ namespace sqlpp
|
||||
template <typename T>
|
||||
using _is_valid_operand = is_boolean_t<T>;
|
||||
};
|
||||
|
||||
using bit = sqlpp::boolean;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -42,5 +42,7 @@ namespace sqlpp
|
||||
template <typename T>
|
||||
using _is_valid_assignment_operand = is_day_point_t<T>;
|
||||
};
|
||||
|
||||
using date = day_point;
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -43,5 +43,7 @@ namespace sqlpp
|
||||
using blob = text;
|
||||
using varchar = text;
|
||||
using char_ = text;
|
||||
using binary = text;
|
||||
using varbinary = text;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user