增加部分GET支持

This commit is contained in:
xx
2024-07-20 09:24:09 +08:00
parent 84cf147868
commit cd8beae98a

View File

@@ -622,7 +622,7 @@ sol::object module::mysql_result::get(sol::object obj, sol::this_state s)
{
GET_VALUE(get_int64);
}
else if (type == "decimal")
else if (type == "decimal" || type == "float" || type=="double")
{
GET_VALUE(get_double);
}