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:
parent
7248351469
commit
2725387112
@ -2063,7 +2063,7 @@ public:
|
|||||||
// Do we have a valid handle?
|
// Do we have a valid handle?
|
||||||
if (m_Handle)
|
if (m_Handle)
|
||||||
{
|
{
|
||||||
fmt::format("{}", m_Handle->mFieldCount);
|
return fmt::format("{}", m_Handle->mFieldCount);
|
||||||
}
|
}
|
||||||
// Default to a negative value
|
// Default to a negative value
|
||||||
return "-1";
|
return "-1";
|
||||||
|
Loading…
Reference in New Issue
Block a user