X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Fsql.lua;h=6fed1373ae9f027af12aa6cb92ce901dfcbb674e;hb=670c0bb01015bf63176eafc5c605c800c7053e1f;hp=843e7ddac74714911e048badf3479e1c7e3f331d;hpb=ba884557ec95b3720a68b962756e289b82bf15c5;p=prosody.git diff --git a/util/sql.lua b/util/sql.lua index 843e7dda..6fed1373 100644 --- a/util/sql.lua +++ b/util/sql.lua @@ -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;