morm/src
Tomasz Sowa 057d879b4c added: to Model::to_text() methods added dump_mode (bool) parameter
an additional field (model_save_mode) is printed
changed: if there is no an object the Cursor returns a Model with DO_NOTHING_ON_SAVE flag now
         (DO_INSERT_ON_SAVE was beforehand)
fixed:   when reading a result from db: for auto generated select there should be used
         get_value_by_field_index() method instead of get_value_by_field_name() 
changed: flat string (json) is generated only if a model has DO_INSERT_ON_SAVE
         or DO_UPDATE_ON_SAVE or is dump_mode turn on
         




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1208 e52654a7-88a9-db11-a3e9-0013d4bc506e
2019-09-13 18:17:02 +00:00
..
Makefile start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
Makefile.dep changed: SetFieldValueHelper -> FieldValueHelper 2019-09-11 18:16:22 +00:00
Makefile.o.dep added Cursor class 2018-11-14 17:14:26 +00:00
baseexpression.cpp added: to Model::to_text() methods added dump_mode (bool) parameter 2019-09-13 18:17:02 +00:00
baseexpression.h added: to Model::to_text() methods added dump_mode (bool) parameter 2019-09-13 18:17:02 +00:00
clearer.cpp added: a new class Clearer with clear_value() methods moved from DbConnector 2018-07-05 11:15:16 +00:00
clearer.h added: a new class Clearer with clear_value() methods moved from DbConnector 2018-07-05 11:15:16 +00:00
cursor.h added: to Model::to_text() methods added dump_mode (bool) parameter 2019-09-13 18:17:02 +00:00
cursorhelper.h some work in branches/join_models 2019-05-21 15:51:13 +00:00
dbconnector.cpp start adding support for inserting child models 2019-08-21 17:42:50 +00:00
dbconnector.h fixed: in cursor in add_models_to_list(): added_model.model_env should be set after added_model.clear() 2019-06-17 10:59:39 +00:00
dbexpression.cpp now Model.update() and Model.insert() can update/insert the whole tree with child models 2019-09-04 16:02:18 +00:00
dbexpression.h added BaseExpression::is_long_field_name() 2019-05-31 18:28:09 +00:00
dochtmlconnector.cpp start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
dochtmlconnector.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
dochtmlexpression.cpp start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
dochtmlexpression.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
fieldvaluehelper.h changed: SetFieldValueHelper -> FieldValueHelper 2019-09-11 18:16:22 +00:00
finder.h added BaseExpression::is_long_field_name() 2019-05-31 18:28:09 +00:00
finderhelper.h added BaseExpression::is_long_field_name() 2019-05-31 18:28:09 +00:00
flatconnector.cpp added BaseExpression::is_long_field_name() 2019-05-31 18:28:09 +00:00
flatconnector.h Model and BaseExpression: changed the template taking a container to std::list 2018-07-05 09:51:26 +00:00
flatexpression.cpp PT::Date is serializing in the form YYYY-MM-DDTHH:MM:SSZ (eg: 1990-02-12T13:05:39Z) to JSON 2018-04-20 09:41:41 +00:00
flatexpression.h PT::Date is serializing in the form YYYY-MM-DDTHH:MM:SSZ (eg: 1990-02-12T13:05:39Z) to JSON 2018-04-20 09:41:41 +00: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 some work in branches/join_models 2019-05-21 15:51:13 +00:00
jsonexpression.h added BaseExpression::is_long_field_name() 2019-05-31 18:28:09 +00:00
model.cpp added: to Model::to_text() methods added dump_mode (bool) parameter 2019-09-13 18:17:02 +00:00
model.h added: to Model::to_text() methods added dump_mode (bool) parameter 2019-09-13 18:17:02 +00:00
modelconnector.cpp added support in Model for removing the whole tree 2019-09-05 16:32:35 +00:00
modelconnector.h added support in Model for removing the whole tree 2019-09-05 16:32:35 +00:00
modeldata.h some work in branches/join_models 2019-05-21 15:51:13 +00:00
modelenv.h added: to Model::to_text() methods added dump_mode (bool) parameter 2019-09-13 18:17:02 +00:00
morm.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
morm_types.h added support in Model for removing the whole tree 2019-09-05 16:32:35 +00:00
outstream.h start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
postgresqlconnector.cpp fixed: in cursor in add_models_to_list(): added_model.model_env should be set after added_model.clear() 2019-06-17 10:59:39 +00:00
postgresqlconnector.h fixed: in cursor in add_models_to_list(): added_model.model_env should be set after added_model.clear() 2019-06-17 10:59:39 +00:00
postgresqlexpression.cpp added: Model::ModelData base class to use with Finder, Model.update(), Model.insert() and Model.remove() 2018-04-22 21:04:50 +00:00
postgresqlexpression.h added: Model::ModelData base class to use with Finder, Model.update(), Model.insert() and Model.remove() 2018-04-22 21:04:50 +00:00
postgresqlqueryresult.cpp some work in branches/join_models 2019-05-13 03:12:31 +00:00
postgresqlqueryresult.h some work in branches/join_models 2019-05-13 03:12:31 +00:00
queryresult.cpp some work in branches/join_models 2019-05-13 03:12:31 +00:00
queryresult.h some work in branches/join_models 2019-05-13 03:12:31 +00:00