lua-resty-mysql icon indicating copy to clipboard operation
lua-resty-mysql copied to clipboard

Nonblocking Lua MySQL driver library for ngx_lua or OpenResty

Results 57 lua-resty-mysql issues
Sort by recently updated
recently updated
newest added

now we only use the `pool` field like here: https://github.com/openresty/lua-resty-mysql/blob/master/lib/resty/mysql.lua#L574

Hi All, I had build the nginx binary on rhel 7.6 ppc64le (version 1.17.1.1rc0) from source code - https://github.com/openresty/openresty. Please note that, I had copied and used ppc64le compiled LuaJIT...

add db:close when query failed. ` res, err, errcode, sqlstate = db:query("select 1; select 2; select 3;") if not res then ngx.log(ngx.ERR, "bad result #1: ", err, ": ", errcode,...

When tested against concurrent requests more than 1000, tcp timeout errors occurred, detailed error message,lua tcp socket connect timed out, when connecting to 127.0.0.1:3306. Personally, I think the multiple connections...

sw version : openresty 1.15.8.1, lua-resty-mysql commit id is 68f4841a. test step : 1. run the example of READ.md show, and if query failed will not call db:close ` res,...

I need to store some small pictures(30-40k each). blob is useful. How to store such binary data?

通过yum安装的openresty,怎么添加新组件, /user/local/openresty/ 下没有 ./configure 文件

This place is for bug reports and development discussions only. For general questions and discussions, please join the openresty-en mailing list instead: https://openresty.org/en/community.html Ensure you have provided the following details...

After mysql 5.7 published, mysql already supported with json column type, but lua-resty-mysql component not, it maked json type as string. When existing json column type in result for querying,...

To allow column order reconstruction after a query.