You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Synopsis in readme use local res, err, errcode, sqlstate = db:query("drop table if exists cats") if not res then ngx.say("bad result: ", err, ": ", errcode, ": ", sqlstate, ".") return end
"not res" cannot judge
you shoud use next(use) or calculate the length to judge
The text was updated successfully, but these errors were encountered:
the Synopsis in readme use
local res, err, errcode, sqlstate = db:query("drop table if exists cats") if not res then ngx.say("bad result: ", err, ": ", errcode, ": ", sqlstate, ".") return end
"not res" cannot judge
you shoud use next(use) or calculate the length to judge
The text was updated successfully, but these errors were encountered: