mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 03:00:38 -06:00
removed datetime and timestamp
This commit is contained in:
@@ -40,8 +40,5 @@ namespace sqlpp
|
||||
template <typename T>
|
||||
using _is_valid_operand = is_day_or_time_point_t<T>;
|
||||
};
|
||||
|
||||
using datetime = time_point;
|
||||
using timestamp = time_point;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user