bigplum / lua-resty-mongol

A ngx_lua driver for mongodb -- Deprecated for not updating with the mongodb version
198 stars 67 forks source link

fix when query is array table it may lead to syntax parse error #40

Open horizen opened 9 years ago

horizen commented 9 years ago

in lua, array index is start at 1 not 0 and t[0] is ignored by table.concat