We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2c153 commit 1eadc1fCopy full SHA for 1eadc1f
src/plugins/core/scripting/database.cpp
@@ -77,7 +77,7 @@ void DatabaseQueryThread()
77
rowTbl[key] = std::any_cast<double>(value);
78
}
79
80
- tbl.append(rowTbl);
+ if (rowTbl.isTable()) tbl.append(rowTbl);
81
82
83
luabridge::LuaRef ref = *(luabridge::LuaRef*)queue.callback;
0 commit comments