Age | Commit message (Collapse) | Author |
|
|
|
* refactor(Core/Database): improve abort messages for mysql errors
* Update MySQLConnection.cpp
|
|
(#19451)
|
|
* refactor(src/common): remove unused imports
* fix: build
* chore: fix build
* chore: size_t -> std::size_t
* chore: fix fuckup from previous commit
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build with std::size_t
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
|
|
* feat(fix/build) ignore mariadb in the conditional
* Parentheses in the second condition
|
|
* feat(fix/build) Test on MacOS
* Syntax error
* Syntax error
* Adding missing parameters
* typo
* deprecated
* Check MySQL version
|
|
support MariaDB (#18201)
* fix(Core): Rework Database Version Check for MariaDB support
* incorporate "smarter" version comparison
* rename function to be more accurate
* Factor magic numbers into defines. Revise comments
* clean up triple newline
* Doxygenify the docs
* remove blankspace
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
|
* Clean advstd to use std c++20 features
* Use ABORT instead of std::abort
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
(#14673)
* feat(Core/Database): move MySQL handle and HandleMySQLErrno to protected
* fix: initialization order
|
|
|
|
* feat(Core/DBLayer): replace `char const*` to `std::string_view`
* CString
* 1
* chore(Core/Misc): code cleanup
* cl
* db fix
* fmt style sql
* to fmt
* py
* del old
* 1
* 2
* 3
* 1
* 1
|
|
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
* rework logging
* add fmt replace logs
* logging
* FMT_LOG_
* settings
* fix startup
* 1
* 2
* 3
* 4
* 5
* fmt::print
* to fmt
|
|
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
|
|
|
|
|
|
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
|
|
|
|
|
|
* feat(Core/Database): separate databse lib from common
* 1
|