morm/src
Tomasz Sowa 2ad6c8c258 changed the way how to quote schemas, tables and field names,
added escaping table names in insert/update/remove

removed methods from BaseExpression:
virtual void before_short_field_name();
virtual void after_short_field_name();
virtual void before_first_part_long_field_name();
virtual void after_first_part_long_field_name();
virtual void before_second_part_long_field_name();
virtual void after_second_part_long_field_name();

added methods to BaseExpression:
virtual void schema_table_separator();
virtual void table_field_separator();
virtual void before_schema_name();
virtual void after_schema_name();
virtual void before_table_name();
virtual void after_table_name();
virtual void before_field_name();
virtual void after_field_name();
2021-05-13 02:32:03 +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 changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
baseexpression.h changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
clearer.cpp added support for hex strings and binary strings 2021-05-11 22:11:31 +02:00
clearer.h added support for hex strings and binary strings 2021-05-11 22:11:31 +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 changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
dbconnector.h FT field_type changed to const FT & field_type in functions arguments 2021-05-12 04:53:23 +02:00
dbexpression.cpp changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
dbexpression.h changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +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 #2: escape tables/columns names in Finder left join queries 2021-05-12 00:27:35 +02:00
finderhelper.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
flatconnector.cpp added BaseExpression::is_long_field_name() 2019-05-31 18:28:09 +00:00
flatconnector.h Model and BaseExpression: changed the template taking a container to std::list 2018-07-05 09:51:26 +00:00
flatexpression.cpp FT field_type changed to const FT & field_type in functions arguments 2021-05-12 04:53:23 +02:00
flatexpression.h FT field_type changed to const FT & field_type in functions arguments 2021-05-12 04:53:23 +02:00
ft.h added support for hex strings and binary strings 2021-05-11 22:11:31 +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 changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
jsonexpression.h changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
model.cpp changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
model.h changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
modelconnector.cpp removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
modelconnector.h removed: doc functionality (generating documentation from a model) 2019-09-18 15:55:42 +00:00
modeldata.h some work in branches/join_models 2019-05-21 15:51:13 +00:00
modelenv.h fixed: a null was printed for id when serializing lists/vectors 2021-04-14 16:21:10 +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 change FT field_type in PostgreSQLConnector 2021-05-12 05:39:31 +02:00
postgresqlconnector.h change FT field_type in PostgreSQLConnector 2021-05-12 05:39:31 +02:00
postgresqlexpression.cpp changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
postgresqlexpression.h changed the way how to quote schemas, tables and field names, 2021-05-13 02:32:03 +02:00
postgresqlqueryresult.cpp added comments to PostgreSQLQueryResult::get_value_from_result(): 2019-11-22 13:40:30 +00:00
postgresqlqueryresult.h fixed: in 'left join' statements there were not table indices used 2019-09-18 12:29:20 +00:00
queryresult.cpp fixed: in 'left join' statements there were not table indices used 2019-09-18 12:29:20 +00:00
queryresult.h fixed: in 'left join' statements there were not table indices used 2019-09-18 12:29:20 +00:00