EverWrath/src/server/database/Database
2025-02-11 17:24:56 +01:00
..
Implementation chore(Core/EventMgr): Align code to Code standard & improve LoadFromDB function (#21151) 2025-02-07 14:25:07 +01:00
AdhocStatement.cpp refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
AdhocStatement.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
DatabaseEnv.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
DatabaseEnv.h refactor(src/server/database|shared): remove unused import (#20316) 2024-10-28 10:04:42 +01:00
DatabaseEnvFwd.h refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
DatabaseLoader.cpp chore(Core/Conf): Show better logging when fatal config options are m… (#19236) 2024-07-04 14:25:28 -03:00
DatabaseLoader.h fix(Conf): sync default values with core defaults (#19708) 2024-09-03 08:02:28 -03:00
DatabaseWorker.cpp fix(Core/Database): Gracefully close database workers (#20936) 2024-12-18 20:24:17 +01:00
DatabaseWorker.h fix(Core/Database): Gracefully close database workers (#20936) 2024-12-18 20:24:17 +01:00
DatabaseWorkerPool.cpp fix(Core/Database): Gracefully close database workers (#20936) 2024-12-18 20:24:17 +01:00
DatabaseWorkerPool.h refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… (#19451) 2024-09-19 00:24:11 -03:00
Field.cpp fix(Core/SQLField): Fix heap-buffer-overflow issue when interacting with mysql field value. (#21393) 2025-02-11 17:24:56 +01:00
Field.h refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
MySQLConnection.cpp refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
MySQLConnection.h refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
MySQLHacks.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
MySQLPreparedStatement.cpp refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
MySQLPreparedStatement.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
MySQLThreading.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
MySQLThreading.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
MySQLWorkaround.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
PreparedStatement.cpp refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
PreparedStatement.h refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
QueryCallback.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
QueryCallback.h refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
QueryHolder.cpp refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
QueryHolder.h refactor(src/common): remove unused imports (#19506) 2024-07-30 20:06:46 -03:00
QueryResult.cpp chore(Core/Misc): Change all TODO to doxygen comment (#14966) 2023-02-12 10:05:34 -03:00
QueryResult.h feat(Core/DB): add support range loop for mysql result (#13355) 2022-10-10 02:46:48 +07:00
SQLOperation.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Transaction.cpp feat(CI): add cppcheck (#15211) 2023-03-05 18:47:18 +01:00
Transaction.h refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00