slightly better print, column alias supported

This commit is contained in:
2021-08-14 20:01:15 +02:00
parent 5201f32023
commit fb5098cf1d
9 changed files with 61 additions and 29 deletions

View File

@@ -13,6 +13,8 @@ public:
static long string_to_date(const std::string &datestr);
static std::string date_to_string(long date);
static std::string double_to_string(double d);
// TODO add bool_to_string and use it in ColBooleanValue
private:
static std::vector<std::pair<std::string, std::string>> m_settings;