openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
lua-resty-mysql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 5 of 7
Search / Filter on:
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.
agentzh (Yichun Zhang)
More...
over 12 years ago
Merge pull request #5 from torhve/master
Yichun Zhang
More...
over 12 years ago
Update README.markdown
Tor Hveem
More...
over 12 years ago
docs: fixed typos where "redis" should have been "mysql". thanks doledoletree for reporting it.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: added new section "SQL Literal Quoting".
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: added the new sections "Community" and "Bugs and Patches".
agentzh (Yichun Zhang)
More...
over 12 years ago
bumped version to 0.12.
agentzh (Yichun Zhang)
More...
over 12 years ago
marked _recv_packet as a local function to make things faster.
agentzh (Yichun Zhang)
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.
agentzh (Yichun Zhang)
More...
over 12 years ago
docs: be more explicit on the set_keepalive method.
agentzh (Yichun Zhang)
More...
over 12 years ago
bumped version to 0.11.
agentzh (Yichun Zhang)
More...
over 12 years ago
updated my name in the copyright notices.
agentzh (Yichun Zhang)
More...
over 12 years ago
refactor: avoided package.seeall in module definitions.
agentzh (Yichun Zhang)
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.
agentzh (Yichun Zhang)
More...
almost 13 years ago
made a test case less possible to time out in slow testing modes.
agentzh (Yichun Zhang)
More...
almost 13 years ago
removed the sendmsg/ngx_channel valgrind suppression rules.
agentzh (Yichun Zhang)
More...
almost 13 years ago
docs: added more documentation for the set_keepalive method.
agentzh (Yichun Zhang)
More...
almost 13 years ago
cleaned up the code to reduce duplication.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
almost 13 years ago
bumped version to 0.10.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
about 13 years ago
bumped version to 0.09.
agentzh (章亦春)
More...
about 13 years ago
bumped the minimum versions of ngx_lua or ngx_openresty that we require.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
about 13 years ago
optimize: use insert instead of table.insert. thanks Lance Li.
agentzh (章亦春)
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.
agentzh (章亦春)
More...
about 13 years ago
Merge branch 'master' of github.com:agentzh/lua-resty-mysql
agentzh (章亦春)
More...
about 13 years ago
bumped version number to 0.08.
agentzh (章亦春)
More...
about 13 years ago
Merge branch 'master' of github.com:agentzh/lua-resty-mysql
agentzh (章亦春)
More...
about 13 years ago
fixed the "path" argument value in README. it should not take the "unix:" prefix. thanks Lance.
agentzh (章亦春)
More...
about 13 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree