mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-01-14 03:04:39 +01:00
Update MySQL.hpp
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user