morm/src
Tomasz Sowa 1e2cbad6a7 make depend 2021-04-08 17:18:48 +02:00
..
Makefile start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
Makefile.dep make depend 2021-04-08 17:18:48 +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 PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
baseexpression.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
clearer.cpp added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
clearer.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
cursor.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01: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 PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
dbconnector.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
dbexpression.cpp added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
dbexpression.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01: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 changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
finderhelper.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01: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
ft.h added FT class which is used in Model::field() methods 2021-03-10 16:20:11 +01: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 added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
jsonexpression.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
model.cpp changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
model.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
modelconnector.cpp removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
modelconnector.h removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
modeldata.h some work in branches/join_models 2019-05-21 15:51:13 +00:00
modelenv.h changed the way how the table name is set in a Model - added prepare_table() method 2021-03-11 12:22:37 +01:00
morm.h removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
morm_types.h removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +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 support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
postgresqlexpression.h added support for PT::Space as a field in a Model 2021-03-11 18:40:32 +01:00
postgresqlqueryresult.cpp added comments to PostgreSQLQueryResult::get_value_from_result(): 2019-11-22 13:40:30 +00:00
postgresqlqueryresult.h fixed: in 'left join' statements there were not table indices used 2019-09-18 12:29:20 +00:00
queryresult.cpp fixed: in 'left join' statements there were not table indices used 2019-09-18 12:29:20 +00:00
queryresult.h fixed: in 'left join' statements there were not table indices used 2019-09-18 12:29:20 +00:00