morm/src
Tomasz Sowa c89d4f76bc add global Makefile
src/Makefile uses now 'find' for looking for *.cpp files
and we don't need Makefile.o.dep anymore
2022-06-26 06:15:19 +02:00
..
Makefile add global Makefile 2022-06-26 06:15:19 +02:00
Makefile.dep add global Makefile 2022-06-26 06:15:19 +02:00
baseexpression.cpp fix: correctly escape output stream buffer for models getters 2022-05-31 01:45:27 +02:00
baseexpression.h fix: correctly escape output stream buffer for models getters 2022-05-31 01:45:27 +02:00
baseobjectwrapper.h added: Wrapper class as a wrapper for: a model, model container (list/vector), Space or Date 2021-07-01 22:55:56 +02:00
clearer.cpp add FT::numeric to be applied on string types 2022-05-16 13:42:51 +02:00
clearer.h add FT::numeric to be applied on string types 2022-05-16 13:42:51 +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 do Transaction::commit/rollback only on the same group for which a begin was called 2022-05-27 00:06:56 +02:00
dbconnector.h do Transaction::commit/rollback only on the same group for which a begin was called 2022-05-27 00:06:56 +02:00
dbexpression.cpp add possibility to set save status for the whole tree 2022-05-12 00:21:42 +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 fixed: in Finder::select(PT::TextStream & out_stream, ModelConnector & model_connector) 2022-06-25 18:30:53 +02:00
finderhelper.h fixed: getters method (Model::*getter_method)(pt::Stream &) produced boolean value when serializing to flat string 2021-06-20 17:49:54 +02:00
flatconnector.cpp changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +02:00
flatconnector.h changed the way how we get a specific field value - now we do not use expressions (BaseExpression), to get the raw value we don't need an expression object: 2021-06-16 14:01:07 +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 add FT::numeric to be applied on string types 2022-05-16 13:42:51 +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 fix: put 'char' type directly to the output stream 2022-02-08 12:47:34 +01:00
jsonexpression.h fix: put 'char' type directly to the output stream 2022-02-08 12:47:34 +01:00
model.cpp propagate status from childs in Model::insert, Model::update, Model::remove and Model::save 2022-05-24 23:27:07 +02:00
model.h propagate status from childs in Model::insert, Model::update, Model::remove and Model::save 2022-05-24 23:27:07 +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
modelcontainerwrapper.h - code from JSONExpression::esc(char val, ...) moved to Pikotools (convert/misc.h) 2021-10-12 19:59:19 +02:00
modeldata.h some work in branches/join_models 2019-05-21 15:51:13 +00:00
modelenv.h fix: the way how we test if there is a connection issue 2022-05-25 19:11:42 +02:00
morm.h add Transaction class as a wrapper for transactions 2022-05-26 00:34:17 +02:00
morm_types.h add possibility to set save status for the whole tree 2022-05-12 00:21:42 +02:00
outstream.h start creating a new project: Micro ORM 2018-03-13 22:22:17 +00:00
postgresqlconnector.cpp add support for nested transactions 2022-05-26 20:14:14 +02:00
postgresqlconnector.h use pikotools Log::put_multiline() method when printing PostgreSQL error messages 2022-05-25 19:58:13 +02:00
postgresqlexpression.cpp add FT::numeric to be applied on string types 2022-05-16 13:42:51 +02:00
postgresqlexpression.h fix: put 'char' type directly to the output stream 2022-02-08 12:47:34 +01: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
spacewrapper.h added to SpaceWrapper class: void invalidate_iterators(size_t space_index_start) 2021-08-13 21:43:02 +02:00
transaction.cpp do Transaction::commit/rollback only on the same group for which a begin was called 2022-05-27 00:06:56 +02:00
transaction.h do Transaction::commit/rollback only on the same group for which a begin was called 2022-05-27 00:06:56 +02:00
wrapper.h added clearing of existing objects in Wrapper::operator=(...) 2021-07-01 23:22:49 +02:00