Software /
code /
prosody
Comparison
util/sql.lua @ 8555:4f0f5b49bb03
vairious: Add annotation when an empty environment is set [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Feb 2018 20:06:26 +0100 |
parent | 8389:5d866eb8f18f |
child | 9616:61376a3c0c1d |
comparison
equal
deleted
inserted
replaced
8554:12a68e0d0ecf | 8555:4f0f5b49bb03 |
---|---|
12 -- LuaDBI should be fixed to not set globals. | 12 -- LuaDBI should be fixed to not set globals. |
13 DBI.Drivers(); | 13 DBI.Drivers(); |
14 local build_url = require "socket.url".build; | 14 local build_url = require "socket.url".build; |
15 | 15 |
16 local _ENV = nil; | 16 local _ENV = nil; |
17 -- luacheck: std none | |
17 | 18 |
18 local column_mt = {}; | 19 local column_mt = {}; |
19 local table_mt = {}; | 20 local table_mt = {}; |
20 local query_mt = {}; | 21 local query_mt = {}; |
21 --local op_mt = {}; | 22 --local op_mt = {}; |