morm/src
Tomasz Sowa 92d9d2c01b
add Finder::esc_like(...) methods
2023-10-10 19:43:02 +02:00
..
Makefile add global Makefile 2022-06-26 06:15:19 +02:00
Makefile.dep add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
baseexpression.cpp add Finder::esc_like(...) methods 2023-10-10 19:43:02 +02:00
baseexpression.h add Finder::esc_like(...) methods 2023-10-10 19:43:02 +02: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
csvconnector.cpp add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
csvconnector.h add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
csvexpression.cpp add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
csvexpression.h add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
cursor.h add support for declared cursors 2023-07-16 04:03:03 +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 add support for declared cursors 2023-07-16 04:03:03 +02:00
dbconnector.h add support for declared cursors 2023-07-16 04:03:03 +02:00
dbexpression.cpp add support for declared cursors 2023-07-16 04:03:03 +02:00
dbexpression.h add support for declared cursors 2023-07-16 04:03:03 +02:00
export.h add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
fieldvaluehelper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
finder.h add Finder::esc_like(...) methods 2023-10-10 19:43:02 +02:00
finderhelper.h change headerfile_morm_* macros to headerfile_morm_src_* 2022-06-30 13:28:38 +02:00
flatconnector.cpp add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
flatconnector.h add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
flatexpression.cpp add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
flatexpression.h add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02: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 fix: correctly use a table name when using Finder::use_table_prefix(true) 2023-07-15 03:08:02 +02:00
model.h fix: correctly use a table name when using Finder::use_table_prefix(true) 2023-07-15 03:08:02 +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 improve the xml serializer 2023-02-26 22:19:46 +01:00
morm_types.h add Finder::is_null() and is_not_null() methods 2023-07-08 23:26:54 +02:00
postgresqlconnector.cpp add support for declared cursors 2023-07-16 04:03:03 +02:00
postgresqlconnector.h add support for declared cursors 2023-07-16 04:03:03 +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 a Select::distinct flag 2023-02-28 03:37:20 +01: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 a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
xmlconnector.h add a CSVConnector/CSVExpression classes to serialize to csv format 2023-04-12 17:20:29 +02:00
xmlexpression.cpp use an <item> field when serializing a table to xml 2023-02-27 00:29:51 +01:00
xmlexpression.h improve the xml serializer 2023-02-26 22:19:46 +01:00