morm/src
Tomasz Sowa cf377204a9
improve the xml serializer
while here:
- do some refactoring in BaseExpression
2023-02-26 22:19:46 +01:00
..
Makefile add global Makefile 2022-06-26 06:15:19 +02:00
Makefile.dep add basic support for serializing objects to xml 2022-12-16 02:48:07 +01:00
baseexpression.cpp improve the xml serializer 2023-02-26 22:19:46 +01:00
baseexpression.h improve the xml serializer 2023-02-26 22:19:46 +01:00
baseobjectwrapper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
clearer.cpp add FT::numeric to be applied on string types 2022-05-16 13:42:51 +02:00
clearer.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
cursor.h add possibility of calculating how many rows there were before LIMIT was applied 2022-07-11 17:48:13 +02:00
cursorhelper.h add possibility of calculating how many rows there were before LIMIT was applied 2022-07-11 17:48:13 +02:00
dbconnector.cpp fix: correctly read a date from a database if a date_only flag is set 2022-12-15 17:33:46 +01:00
dbconnector.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
dbexpression.cpp add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
dbexpression.h add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
fieldvaluehelper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
finder.h add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
finderhelper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +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 change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
flatexpression.cpp serialize a model to flat string even when a DO_NOTHING_ON_SAVE flag is set 2023-02-26 18:28:16 +01:00
flatexpression.h serialize a model to flat string even when a DO_NOTHING_ON_SAVE flag is set 2023-02-26 18:28:16 +01:00
ft.h serialize a model to flat string even when a DO_NOTHING_ON_SAVE flag is set 2023-02-26 18:28:16 +01:00
jsonconnector.cpp reorganizing class hierarchy 2018-03-23 19:26:57 +00:00
jsonconnector.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
jsonexpression.cpp add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
jsonexpression.h add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
model.cpp serialize a model to flat string even when a DO_NOTHING_ON_SAVE flag is set 2023-02-26 18:28:16 +01:00
model.h serialize a model to flat string even when a DO_NOTHING_ON_SAVE flag is set 2023-02-26 18:28:16 +01:00
modelconnector.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
modelconnector.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
modelcontainerwrapper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
modeldata.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
modelenv.h add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
morm.h improve the xml serializer 2023-02-26 22:19:46 +01:00
morm_types.h add basic support for serializing objects to xml 2022-12-16 02:48:07 +01:00
postgresqlconnector.cpp add support for nested transactions 2022-05-26 20:14:14 +02:00
postgresqlconnector.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
postgresqlexpression.cpp add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
postgresqlexpression.h add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
postgresqlqueryresult.cpp namespace PT renamed to pt 2021-05-20 16:25:01 +02:00
postgresqlqueryresult.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +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 change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
select.h add possibility of calculating how many rows there were before LIMIT was applied 2022-07-11 17:48:13 +02:00
spacewrapper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +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 change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
version.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
wrapper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
xmlconnector.cpp improve the xml serializer 2023-02-26 22:19:46 +01:00
xmlconnector.h improve the xml serializer 2023-02-26 22:19:46 +01:00
xmlexpression.cpp improve the xml serializer 2023-02-26 22:19:46 +01:00
xmlexpression.h improve the xml serializer 2023-02-26 22:19:46 +01:00