mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
removed datetime and timestamp
This commit is contained in:
parent
58256e2b79
commit
fe5f2ef2ef
@ -40,8 +40,5 @@ namespace sqlpp
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
using _is_valid_operand = is_day_or_time_point_t<T>;
|
using _is_valid_operand = is_day_or_time_point_t<T>;
|
||||||
};
|
};
|
||||||
|
|
||||||
using datetime = time_point;
|
|
||||||
using timestamp = time_point;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user