rcpp_framework/database/mysql
2021-11-01 17:23:08 +01:00
..
detect.py Add defines for all 3 db backends. 2020-11-28 14:51:42 +01:00
mysql_database.cpp Now QueryBilder, QueryResult, and TableBullder are returned wrapped into a Ref<> from the database subsystem by default. 2021-11-01 16:57:22 +01:00
mysql_database.h Now QueryBilder, QueryResult, and TableBullder are returned wrapped into a Ref<> from the database subsystem by default. 2021-11-01 16:57:22 +01:00
mysql_query_builder.cpp Now instead of having an escaped version of the methods that has string parmeters in QueryBuilder, they have an unescaped version, and the base version escapes. Having it like this is a lot safer. 2021-11-01 17:23:08 +01:00
mysql_query_builder.h Now instead of having an escaped version of the methods that has string parmeters in QueryBuilder, they have an unescaped version, and the base version escapes. Having it like this is a lot safer. 2021-11-01 17:23:08 +01:00
mysql_query_result.cpp Implemented a QueryResult object for mysql. messagepage now queries the db too. 2020-12-02 00:43:46 +01:00
mysql_query_result.h Moved the database related classes in core to a subfolder aswell. 2021-05-15 13:54:28 +02:00
mysql_table_builder.cpp Lots of work on the table builder. 2021-08-19 23:55:16 +02:00
mysql_table_builder.h Lots of work on the table builder. 2021-08-19 23:55:16 +02:00
SCsub Now the database backends will actually compile their .cpp files. Also small cleanups. 2020-12-01 15:28:59 +01:00