openresty / lua-resty-mysql

Nonblocking Lua MySQL driver library for ngx_lua or OpenResty
708 stars 236 forks source link

please delete #66

Closed destanyinside closed 5 years ago

destanyinside commented 7 years ago

del

agentzh commented 7 years ago

@destanyinside Please prepare a minimal and standalone example that we can easily run and reproduce the issue on our side. By minimal, it means that you should keep removing things while still keeping the issue reproducible. By standalone, you should add all the necessary bits and also steps to reproduce, including database initialization SQL statements.

agentzh commented 7 years ago

@destanyinside Also, please fix your markdown formatting. You can use tripple '`' like this:

ngx.say("hello")
ngx.say("world")
agentzh commented 7 years ago

@destanyinside Also, make sure you give the actual output from your minimal example. Please don't make us guess.