1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 03:37:45 +00:00
sapphire/src/common/Database
Reyli 9435e6e66a General warning cleanup 1
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
  - Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
  - Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
..
DatabaseDef.h No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
DbCommon.h fix vs2019 build 2019-11-23 09:22:42 +00:00
DbConnection.cpp move to new service locator 2020-03-01 11:58:26 +11:00
DbConnection.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
DbLoader.cpp Plenty more cleanup and code quality adjustments. 2019-03-11 22:48:33 +01:00
DbLoader.h No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
DbWorker.cpp refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
DbWorker.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
DbWorkerPool.cpp General warning cleanup 1 2024-06-21 03:01:16 -05:00
DbWorkerPool.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
Operation.h No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
PreparedStatement.cpp No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
PreparedStatement.h No more namespace Core, renamed to Sapphire 2018-11-29 16:55:48 +01:00
StatementTask.cpp Plenty more cleanup and code quality adjustments. 2019-03-11 22:48:33 +01:00
StatementTask.h Plenty more cleanup and code quality adjustments. 2019-03-11 22:48:33 +01:00
ZoneDbConnection.cpp store item hq state in flags field 2023-03-11 18:44:37 +09:00
ZoneDbConnection.h refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00