rcpp_framework/database/mysql
2021-08-19 23:55:16 +02:00
..
detect.py Add defines for all 3 db backends. 2020-11-28 14:51:42 +01:00
mysql_database.cpp More work on the query builders. 2021-08-19 22:03:22 +02:00
mysql_database.h Added escape methods to the Database class. Implemented them for the MySQL, and Sqlite backend. 2021-07-08 18:52:59 +02:00
mysql_query_builder.cpp Fix build when the databases are enabled. 2021-08-19 22:07:31 +02:00
mysql_query_builder.h More work on the query builders. 2021-08-19 22:03:22 +02: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