1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 10:47:45 +00:00
sapphire/deps/mysqlConnector
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
..
CMakeLists.txt Moved cmake logic to root cmakelists 2018-12-31 13:54:31 +01:00
Connection.cpp General warning cleanup 1 2024-06-21 03:01:16 -05:00
Connection.h should actually build now... hopefully... 2019-10-14 19:12:17 +11:00
DataType.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
mysql_util.cpp remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
mysql_util.h Fixing mysql includes 2018-10-26 19:12:55 +02:00
MySqlBase.cpp Fixing mysql includes 2018-10-26 19:12:55 +02:00
MySqlBase.h Linux buildfix 2018-10-26 23:07:55 +02:00
MysqlCommon.h Linux buildfix 2018-10-26 23:07:55 +02:00
MySqlConnector.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
PreparedResultSet.cpp remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
PreparedResultSet.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
PreparedStatement.cpp General warning cleanup 1 2024-06-21 03:01:16 -05:00
PreparedStatement.h Fixing mysql includes 2018-10-26 19:12:55 +02:00
ResultBind.cpp remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
ResultBind.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
ResultSet.cpp Fixing mysql includes 2018-10-26 19:12:55 +02:00
ResultSet.h Fixing mysql includes 2018-10-26 19:12:55 +02:00
ResultSetBase.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
Statement.cpp General warning cleanup 1 2024-06-21 03:01:16 -05:00
Statement.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00
StatementBase.h remove sapphirelibs, move to deps folder 2018-10-24 23:31:26 +11:00