|
|
@@ -1,5 +1,9 @@ |
|
|
#pragma once |
|
|
#pragma once |
|
|
|
|
|
|
|
|
|
|
|
#include <cpputils/misc/enum.h> |
|
|
|
|
|
#include <cpputils/misc/flags.h> |
|
|
|
|
|
#include <cpputils/misc/string.h> |
|
|
|
|
|
|
|
|
#include <cpphibernate/misc.h> |
|
|
#include <cpphibernate/misc.h> |
|
|
#include <cpphibernate/types.h> |
|
|
#include <cpphibernate/types.h> |
|
|
#include <cpphibernate/config.h> |
|
|
#include <cpphibernate/config.h> |
|
|
@@ -557,7 +561,7 @@ beg_namespace_cpphibernate_driver_mariadb |
|
|
{ |
|
|
{ |
|
|
if (first) first = false; |
|
|
if (first) first = false; |
|
|
else os << ","; |
|
|
else os << ","; |
|
|
utl::to_string(os, static_cast<int>(e)); |
|
|
|
|
|
|
|
|
os << utl::enum_conversion<enum_type>::to_string(e, false); |
|
|
} |
|
|
} |
|
|
return os.str(); |
|
|
return os.str(); |
|
|
} |
|
|
} |
|
|
|