morm/src
Tomasz Sowa dd01fafa40 - added support for calling member functions (setters/getters) from Models
those functions can be used with databases and flat files
- removed support for calling static function
- if MORM_HAS_EZC_LIBRARY macro is defined then we can call a function
  which has a first argument Ezc::FunInfo<>& object
  (only for generating flat files)
2021-06-01 19:34:34 +02:00
..
Makefile start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
Makefile.dep added support for hex strings and binary strings 2021-05-11 22:11:31 +02:00
Makefile.o.dep removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
baseexpression.cpp - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
baseexpression.h - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
clearer.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
clearer.h namespace PT renamed to pt 2021-05-20 16:25:01 +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 start adding support for Ezc library - Ezc::Generator is able to get variable value and call a static function 2021-05-31 18:40:28 +02:00
flatconnector.h start adding support for Ezc library - Ezc::Generator is able to get variable value and call a static function 2021-05-31 18:40:28 +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 start adding support for Ezc library - Ezc::Generator is able to get variable value and call a static function 2021-05-31 18:40:28 +02:00
jsonexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
model.cpp - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
model.h - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +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 - added support for calling member functions (setters/getters) from Models 2021-06-01 19:34:34 +02:00
morm.h removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
morm_types.h start adding support for Ezc library - Ezc::Generator is able to get variable value and call a static function 2021-05-31 18:40:28 +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