0
0
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:
Aaron Bishop 2016-06-07 20:43:22 -04:00
parent 58256e2b79
commit fe5f2ef2ef

View File

@ -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