mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-06 10:47:45 +00:00
![]() * 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 "==" |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Connection.cpp | ||
Connection.h | ||
DataType.h | ||
mysql_util.cpp | ||
mysql_util.h | ||
MySqlBase.cpp | ||
MySqlBase.h | ||
MysqlCommon.h | ||
MySqlConnector.h | ||
PreparedResultSet.cpp | ||
PreparedResultSet.h | ||
PreparedStatement.cpp | ||
PreparedStatement.h | ||
ResultBind.cpp | ||
ResultBind.h | ||
ResultSet.cpp | ||
ResultSet.h | ||
ResultSetBase.h | ||
Statement.cpp | ||
Statement.h | ||
StatementBase.h |