1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update MySQL.hpp

This commit is contained in:
Sandu Liviu Catalin 2022-03-16 22:36:50 +02:00
parent 7248351469
commit 2725387112

View File

@ -2063,7 +2063,7 @@ public:
// Do we have a valid handle?
if (m_Handle)
{
fmt::format("{}", m_Handle->mFieldCount);
return fmt::format("{}", m_Handle->mFieldCount);
}
// Default to a negative value
return "-1";