morm/src
Tomasz Sowa d1c86c84cf fix: allow to use a minus sign in strings with FT::numeric flag 2023-01-11 23:06:27 +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 add Finder::like(...) and ilike(...) methods 2022-12-05 06:36:13 +01:00
baseexpression.h fix: allow to use a minus sign in strings with FT::numeric flag 2023-01-11 23:06:27 +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 add FT::date_only, FT::time_only and FT::no_time_zone flags 2022-10-22 16:29:40 +02:00
flatexpression.h add FT::date_only, FT::time_only and FT::no_time_zone flags 2022-10-22 16:29:40 +02:00
ft.h add FT::date_only, FT::time_only and FT::no_time_zone flags 2022-10-22 16:29:40 +02: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 fix: correctly delete child objects - use the original value from save_mode 2022-08-17 07:43:58 +02:00
model.h add Model::get_logger() 2022-08-01 03:58:07 +02: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 change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02: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 add basic support for serializing objects to xml 2022-12-16 02:48:07 +01:00
xmlconnector.h add basic support for serializing objects to xml 2022-12-16 02:48:07 +01:00
xmlexpression.cpp add basic support for serializing objects to xml 2022-12-16 02:48:07 +01:00
xmlexpression.h add basic support for serializing objects to xml 2022-12-16 02:48:07 +01:00