0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bugfix: 64-bit integer values in the MySQL packets (like last insert ids) could not be properly parsed due to the lack of support for 64-bit integers in LuaJIT's BitOp library. thanks Azure Wang for the patch in github pull #6. More... over 12 years ago
Merge pull request #5 from torhve/master More... over 12 years ago
Update README.markdown More... over 12 years ago
docs: fixed typos where "redis" should have been "mysql". thanks doledoletree for reporting it. More... over 12 years ago
docs: added new section "SQL Literal Quoting". More... over 12 years ago
docs: added the new sections "Community" and "Bugs and Patches". More... over 12 years ago
bumped version to 0.12. More... over 12 years ago
marked _recv_packet as a local function to make things faster. More... over 12 years ago
feature: we now convert the mysql newdecimal typed fields to Lua numbers by default as requested by shedar in github issue #2. More... over 12 years ago
docs: be more explicit on the set_keepalive method. More... over 12 years ago
bumped version to 0.11. More... over 12 years ago
updated my name in the copyright notices. More... over 12 years ago
refactor: avoided package.seeall in module definitions. More... over 12 years ago
we no longer dump the lua traceback in Lua because ngx_lua will auoatmically do that for us in case of failures. More... almost 13 years ago
made a test case less possible to time out in slow testing modes. More... almost 13 years ago
removed the sendmsg/ngx_channel valgrind suppression rules. More... almost 13 years ago
docs: added more documentation for the set_keepalive method. More... almost 13 years ago
cleaned up the code to reduce duplication. More... almost 13 years ago
bugfix: now the new() method will return a string describing the error as the second return value in case of failures. More... almost 13 years ago
bumped version to 0.10. More... about 13 years ago
bugfix: mysql bigint fields might overflow when converting to lua numbers. now we no longer convert such fields into lua numbers and treat them as lua strings. thanks Lance Li for reporting this issue. More... about 13 years ago
bumped version to 0.09. More... about 13 years ago
bumped the minimum versions of ngx_lua or ngx_openresty that we require. More... about 13 years ago
feature: added new method set_compact_arrays to change the current "compact_arrays" option used by the current object for subsequent queries. thanks Lance Li for suggesting it. More... about 13 years ago
optimize: use insert instead of table.insert. thanks Lance Li. More... about 13 years ago
feature: added the "compact_arrays" option to the connect() method to make the driver returns arrays of arrays intead of the (default) arrays of hashes. thanks Lance Li for requesting this feature. More... about 13 years ago
Merge branch 'master' of github.com:agentzh/lua-resty-mysql More... about 13 years ago
bumped version number to 0.08. More... about 13 years ago
Merge branch 'master' of github.com:agentzh/lua-resty-mysql More... about 13 years ago
fixed the "path" argument value in README. it should not take the "unix:" prefix. thanks Lance. More... about 13 years ago