add Finder::like(...) and ilike(...) methods

This commit is contained in:
2022-12-05 06:36:13 +01:00
parent dfc631dd06
commit a4a1acebeb
11 changed files with 616 additions and 180 deletions

View File

@@ -55,10 +55,10 @@ protected:
private:
void before_field_value_string(const FT & field_type);
void after_field_value_string(const FT & field_type);
void before_field_value_string(const FT & field_type, ModelEnv * model_env);
void after_field_value_string(const FT & field_type, ModelEnv * model_env);
bool esc_char(wchar_t val, pt::TextStream & stream);
bool esc_char(wchar_t val, pt::TextStream & stream, const FT & field_type, ModelEnv * model_env);
};