util/sql.lua
changeset 8392 5d866eb8f18f
parent 8385 e5d00bf4a4d5
child 8558 4f0f5b49bb03
--- a/util/sql.lua	Thu Nov 09 17:27:52 2017 +0100
+++ b/util/sql.lua	Fri Nov 10 17:47:11 2017 +0100
@@ -1,6 +1,6 @@
 
 local setmetatable, getmetatable = setmetatable, getmetatable;
-local ipairs, unpack, select = ipairs, table.unpack or unpack, select; --luacheck: ignore 113
+local ipairs, unpack, select = ipairs, table.unpack or unpack, select; --luacheck: ignore 113 143
 local tostring = tostring;
 local type = type;
 local assert, pcall, xpcall, debug_traceback = assert, pcall, xpcall, debug.traceback;