added test for date and time, sql read and write functionality
This commit is contained in:
@@ -19,6 +19,8 @@ namespace matador::utils {
|
||||
* @return Binary data as string
|
||||
*/
|
||||
MATADOR_UTILS_API std::string to_string(const blob &data);
|
||||
MATADOR_UTILS_API std::string to_string(const date_type_t &data);
|
||||
MATADOR_UTILS_API std::string to_string(const time_type_t &data);
|
||||
|
||||
/**
|
||||
* Splits a string by a delimiter and
|
||||
|
||||
Reference in New Issue
Block a user