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 31, 2024 — Jul 31, 2025
Showing page 7 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
minor docs tweaks.
agentzh (章亦春)
More...
over 13 years ago
documented the server_ver method.
agentzh (章亦春)
More...
over 13 years ago
documented the "send_query", "read_result", and "query" methods.
agentzh (章亦春)
More...
over 13 years ago
mentioned the luajit bit library in README.
agentzh (章亦春)
More...
over 13 years ago
made the code sample in Synopsis more readable.
agentzh (章亦春)
More...
over 13 years ago
initial work on README.
agentzh (章亦春)
More...
over 13 years ago
bugfix: set_keepalive did not work at all. made it mostly work but still buggy in that a lot of attributes associated with the mysql connections (like server_ver, server_capabilities, and etc.) are not resumeable.
agentzh (章亦春)
More...
over 13 years ago
added a test for set_keepalive in the middle of reading a mult-result response.
agentzh (章亦春)
More...
over 13 years ago
made the test cases more readable.
agentzh (章亦春)
More...
over 13 years ago
feature: added support for multiple results replies (i.e., the SERVER_MORE_RESULTS_EXISTS flag).
agentzh (章亦春)
More...
over 13 years ago
optimized away table lookup overhead wherever possible.
agentzh (章亦春)
More...
over 13 years ago
commented out the debugging code.
agentzh (章亦春)
More...
over 13 years ago
optimized the field value type conversion operations.
agentzh (章亦春)
More...
over 13 years ago
feature: the read_result() method now supports result sets. but multiple result set reply support is still a TODO.
agentzh (章亦春)
More...
over 13 years ago
feature: added new methods send_query and read_result. the read_result method does not support result set packets yet.
agentzh (章亦春)
More...
over 13 years ago
completed the connect method.
agentzh (章亦春)
More...
over 13 years ago
renamed _eval_token to _compute_token.
agentzh (章亦春)
More...
over 13 years ago
feature: implemented the "max_packet_size" connect option.
agentzh (章亦春)
More...
over 13 years ago
bugfix: we could not connect to mysql 5.1.x.
agentzh (章亦春)
More...
over 13 years ago
fixed a small bug in the auth packet.
agentzh (章亦春)
More...
over 13 years ago
use the server_ver method in the test.
agentzh (章亦春)
More...
over 13 years ago
prepared a test suite.
agentzh (章亦春)
More...
over 13 years ago
initial checkin.
agentzh (章亦春)
More...
over 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