morm/src
Tomasz Sowa 011d8f96e8 fixed: in Finder: we should set model_data to nullptr after fetching an object
model_data points often to a local object (on the stack) so it would be incorrect
       to use it in the future



git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1131 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-10-24 16:28:19 +00:00
..
Makefile start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
Makefile.dep start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
Makefile.o.dep start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
baseexpression.cpp start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
baseexpression.h start working on generating documentation from a model 2018-07-15 22:36:04 +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
dbconnector.cpp added: a new class Clearer with clear_value() methods moved from DbConnector 2018-07-05 11:15:16 +00:00
dbconnector.h added: a new class Clearer with clear_value() methods moved from DbConnector 2018-07-05 11:15:16 +00:00
dbexpression.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
dbexpression.h start working on generating documentation from a model 2018-07-15 22:36:04 +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
finder.h fixed: in Finder: we should set model_data to nullptr after fetching an object 2018-10-24 16:28:19 +00:00
flatconnector.cpp Model and BaseExpression: changed the template taking a container to std::list 2018-07-05 09:51:26 +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 morm 2018-04-16 22:46:25 +00:00
jsonexpression.h some work in morm 2018-04-16 22:46:25 +00:00
model.cpp start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
model.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
modelconnector.cpp start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
modelconnector.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
morm.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
morm_types.h start working on generating documentation from a model 2018-07-15 22:36:04 +00:00
outstream.h start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
postgresqlconnector.cpp added support for PT::Logger to DbConnector and PostgreSQLConnector 2018-04-23 15:46:21 +00:00
postgresqlconnector.h added support for PT::Logger to DbConnector and PostgreSQLConnector 2018-04-23 15:46:21 +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