summaryrefslogtreecommitdiff
path: root/src/server/database/Database/MySQLConnection.cpp
AgeCommit message (Expand)Author
2024-09-29refactor(src/server/apps|database|shared): remove unused imports (#19505)Francesco Borzì
2024-09-23refactor(Core/Database): improve abort messages for mysql errors (#20013)Kitzunu
2024-09-19refactor(Deps/MySQL): Drop MariaDB and MySQL 5.7/8.1 and add MySQL 8.… (#19...Kitzunu
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
2024-02-11feat(fix/build) ignore mariadb in the conditional (#18310)Walter Pagani
2024-02-10fix(Core/Database) mysql_stmt_bind_param deprecated in MySQL 8.3 (#18295)Walter Pagani
2024-01-21fix(Core/DatabseWorkerPool): implement DatabaseIncompatibleVersion to better ...Mike Delago
2023-11-27chore(Core/Misc): Clean up workarounds (#17870)Kitzunu
2023-01-28refactor(Core/MySQL): MySQL PreparedStatement Affected Row Count (#12002)Kempec Halk
2023-01-15feat(Core/Database): move MySQL handle and HandleMySQLErrno to protected (#14...Axel Cocat
2022-05-31refactor(Cmake): add support build selected applications and tools (#11836)Kargatum
2022-02-05feat(Core/DBLayer): replace `char const*` to `std::string_view` (#10211)Kargatum
2022-01-27refactor(Core/Logging): switch to fmt style for LOG_ (#10366)Kargatum
2022-01-25feat(Core/Common): add support fmt style for ASSERT and ABORT (#10355)Kargatum
2022-01-21feat(Core/Common): delete old Tokenizer (#10121)Kargatum
2022-01-02refactor(Core): remove unused imports (#9969)Francesco Borzì
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
2021-06-22feat(Core/Database): port TrinityCore database API (#5611)Kargatum
2021-06-01fix(Core/Shared/DB): recommit transactions on dead-lock error (#6069)UltraNix
2021-04-20feat(Cmake/Database): separate database lib from common (#5334)Kargatum