real type support added for ppgen(part 1)

This commit is contained in:
niXman
2018-04-12 13:55:16 +03:00
committed by GitHub
parent 1b12fddb7a
commit 928282a9ef

View File

@@ -34,6 +34,11 @@
#define SQLPP_DECLARE_COLUMN_GEN_TRAITS_PROC_float(...) \
::sqlpp::floating_point
#define SQLPP_DECLARE_COLUMN_GET_TRAITS_LAZY_real \
PROC_real
#define SQLPP_DECLARE_COLUMN_GEN_TRAITS_PROC_real(...) \
::sqlpp::floating_point
#define SQLPP_DECLARE_COLUMN_GET_TRAITS_LAZY_double \
PROC_double
#define SQLPP_DECLARE_COLUMN_GEN_TRAITS_PROC_double(...) \