EverWrath/src/server/database/Database
UltraNix b9ea8b16af
fix(Core/Session): Fixed loading global account data and tutorials. S… (#14038)
fix(Core/Session): Fixed loading global account data and tutorials. Source: TrinityCore.

Fixes #11974
2022-12-06 09:08:46 -03:00
..
Implementation fix(Core/Session): Fixed loading global account data and tutorials. S… (#14038) 2022-12-06 09:08:46 -03:00
AdhocStatement.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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 feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
DatabaseEnvFwd.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
DatabaseLoader.cpp feat(Core/DryRun): add support db autoupdate for DryRun (#9572) 2022-04-21 21:12:12 +02:00
DatabaseLoader.h feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00
DatabaseWorker.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
DatabaseWorker.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
DatabaseWorkerPool.cpp chore(Core/Misc): Improve wiki link in database error (#11496) 2022-04-23 15:49:35 -03:00
DatabaseWorkerPool.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Field.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Field.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
MySQLConnection.cpp refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00
MySQLConnection.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
MySQLHacks.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
MySQLPreparedStatement.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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 feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
PreparedStatement.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
QueryCallback.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
QueryCallback.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
QueryHolder.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
QueryHolder.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
QueryResult.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Transaction.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00