DarkflameServer/dDatabase
David Markowitz 7671cc6865
CDClient cleanup and optimization (#1023)
* CDClient cleanup and optimization

- Use static function to get table name
- Remove unused GetName function
- Replace above function with a static GetTableName function
- Remove verbose comments
- Remove verbose initializers
- Remove need to specify table name when getting a table by name
- Remove unused typedef for mac and linux

* Re-add unused table

Convert tables to singletons

- Convert all CDClient tables to singletons
- Move Singleton.h to dCommon
- Reduce header clutter in CDClientManager
2023-03-17 07:36:21 -07:00
..
Tables CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
CDClientDatabase.cpp Add automatic cdclient migration runner support and setup (#789) 2022-10-30 00:38:43 -07:00
CDClientDatabase.h Add automatic cdclient migration runner support and setup (#789) 2022-10-30 00:38:43 -07:00
CDClientManager.cpp CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
CDClientManager.h CDClient cleanup and optimization (#1023) 2023-03-17 07:36:21 -07:00
CMakeLists.txt Update CMake configuration for easier maintenance (#642) 2022-07-17 00:24:16 +01:00
Database.cpp Address socket issues with MariaDB 2022-11-07 01:26:15 -08:00
Database.h Address Brick-By-Brick builds not properly saving and make migrations automatic (#725) 2022-10-24 17:20:36 -05:00
MigrationRunner.cpp Update MigrationRunner.cpp (#911) 2022-12-22 06:06:59 -06:00
MigrationRunner.h Add automatic cdclient migration runner support and setup (#789) 2022-10-30 00:38:43 -07:00