util/sql.lua
changeset 7434 0d991d5659f0
parent 7431 f791651ee334
child 7516 8a6c7c4b15fb
--- a/util/sql.lua	Sun May 22 02:16:11 2016 +0100
+++ b/util/sql.lua	Sun May 22 14:37:52 2016 +0200
@@ -2,6 +2,7 @@
 local setmetatable, getmetatable = setmetatable, getmetatable;
 local ipairs, unpack, select = ipairs, table.unpack or unpack, select; --luacheck: ignore 113
 local tonumber, tostring = tonumber, tostring;
+local type = type;
 local assert, pcall, xpcall, debug_traceback = assert, pcall, xpcall, debug.traceback;
 local t_concat = table.concat;
 local s_char = string.char;