added support for PT::Space as a field in a Model
methods before_field_value_string() and after_field_value_string() moved from DbExpression and JsonExpression to BaseExpression and made virtual and now methods before_field_value(const std::wstring &) and after_field_value(const std::wstring &) (and the rest of them with string arguments) can be removed from DbExpression, PostgreSqlExpression and JsonExpression
This commit is contained in:
@@ -88,21 +88,6 @@ protected:
|
||||
|
||||
void field_before();
|
||||
|
||||
void before_field_value(const std::wstring &);
|
||||
void after_field_value(const std::wstring &);
|
||||
|
||||
void before_field_value(const std::string &);
|
||||
void after_field_value(const std::string &);
|
||||
|
||||
void before_field_value(const wchar_t *);
|
||||
void after_field_value(const wchar_t *);
|
||||
|
||||
void before_field_value(const char *);
|
||||
void after_field_value(const char *);
|
||||
|
||||
void before_field_value(const PT::Date &);
|
||||
void after_field_value(const PT::Date &);
|
||||
|
||||
void put_name_value_separator();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user