This commit is contained in:
xx
2025-03-28 23:01:31 +08:00
parent 05ad6b2c73
commit 8275b54d7a

View File

@@ -618,6 +618,7 @@ sol::object module::mysql_result::get(sol::object obj, sol::this_state s)
else if (obj.get_type() == sol::type::number) \
return sol::make_object(s, m_result->FUNCTION(obj.as<uint32>()))
std::cout << "[string]:"<< obj.as<std::string>()<<"|"<<"[int]:"<< obj.as<int>()<<"=====" << type << std::endl;
if (type == "int" || type == "tinyint unsigned")
{
GET_VALUE(get_int32);