morm/src
Tomasz Sowa 9a142548d0 fixed in Model::field_generic_put_raw_value_to_stream() - a boolean status for ezc was not set
added to Model:
- method field() which can take a pointer to a member which returns bool:
  void field(const wchar_t * field_name, bool (ClassName::*method)(), const morm::FT & field_type = morm::FT::default_type)
- method field() which can take a pointer to a member which can set morm::ModelWrapper object
  void field(const wchar_t * field_name, void (ClassName::*method)(morm::ModelWrapper **), const morm::FT & field_type = morm::FT::default_type)
- methods: bool Model::convert_to_bool(...) - they are used for creating a result for ezc from local fields
2021-06-18 19:05:50 +02:00
..
Makefile start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
Makefile.dep changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
Makefile.o.dep removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
baseexpression.cpp changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
baseexpression.h added basic support for containers with pointers to models 2021-06-17 21:31:58 +02:00
clearer.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
clearer.h fixed in Model::field_generic_put_raw_value_to_stream() - a boolean status for ezc was not set 2021-06-18 19:05:50 +02:00
cursor.h - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
cursorhelper.h fixed: get_value_by_field_name() is able to correctly take values when 2019-09-17 17:55:39 +00:00
dbconnector.cpp - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
dbconnector.h - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
dbexpression.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
dbexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
fieldvaluehelper.h fixed: a parent key was not properly set to simple childs (insert statements) 2019-09-24 17:08:45 +00:00
finder.h - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
finderhelper.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
flatconnector.cpp changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
flatconnector.h changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
flatexpression.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
flatexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
ft.h fixed: such field types: no_insertable, no_updatable were not taken into account on Model child objects 2021-05-21 22:12:10 +02:00
jsonconnector.cpp reorganizing class hierarchy 2018-03-23 19:26:57 +00:00
jsonconnector.h reorganizing class hierarchy 2018-03-23 19:26:57 +00:00
jsonexpression.cpp changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
jsonexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
model.cpp fixed in Model::field_generic_put_raw_value_to_stream() - a boolean status for ezc was not set 2021-06-18 19:05:50 +02:00
model.h fixed in Model::field_generic_put_raw_value_to_stream() - a boolean status for ezc was not set 2021-06-18 19:05:50 +02:00
modelconnector.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
modelconnector.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
modeldata.h some work in branches/join_models 2019-05-21 15:51:13 +00:00
modelenv.h fixed in Model::field_generic_put_raw_value_to_stream() - a boolean status for ezc was not set 2021-06-18 19:05:50 +02:00
modelwrapper.h added basic support for containers with pointers to models 2021-06-17 21:31:58 +02:00
morm.h removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
morm_types.h changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
outstream.h start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
postgresqlconnector.cpp updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2021-05-21 00:32:29 +02:00
postgresqlconnector.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
postgresqlexpression.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
postgresqlexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
postgresqlqueryresult.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
postgresqlqueryresult.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
queryresult.cpp updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2021-05-21 00:32:29 +02:00
queryresult.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00