morm/src
Tomasz Sowa 2f72bd29ec fixed: has_primary_key_set was always set to false in Model::insert()
and this prevented to insert a model which had a primary key set by hand
2021-05-21 22:36:04 +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 updated to the new pikotools api: changed utf8 functions PascalCase to snake_case 2021-05-21 00:32:29 +02:00
baseexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +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 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 updated to the new pikotools api: snake_case names of methods from SpaceParser 2021-05-21 04:51:12 +02:00
dbconnector.h namespace PT renamed to pt 2021-05-20 16:25:01 +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 namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
finderhelper.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
flatconnector.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
flatconnector.h namespace PT renamed to pt 2021-05-20 16:25:01 +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 namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
jsonexpression.h namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
model.cpp fixed: has_primary_key_set was always set to false in Model::insert() 2021-05-21 22:36:04 +02:00
model.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
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 namespace PT renamed to pt 2021-05-20 16:25:01 +02: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 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