UP
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user