0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor docs tweaks. More... over 13 years ago
documented the server_ver method. More... over 13 years ago
documented the "send_query", "read_result", and "query" methods. More... over 13 years ago
mentioned the luajit bit library in README. More... over 13 years ago
made the code sample in Synopsis more readable. More... over 13 years ago
initial work on README. 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. More... over 13 years ago
added a test for set_keepalive in the middle of reading a mult-result response. More... over 13 years ago
made the test cases more readable. More... over 13 years ago
feature: added support for multiple results replies (i.e., the SERVER_MORE_RESULTS_EXISTS flag). More... over 13 years ago
optimized away table lookup overhead wherever possible. More... over 13 years ago
commented out the debugging code. More... over 13 years ago
optimized the field value type conversion operations. More... over 13 years ago
feature: the read_result() method now supports result sets. but multiple result set reply support is still a TODO. 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. More... over 13 years ago
completed the connect method. More... over 13 years ago
renamed _eval_token to _compute_token. More... over 13 years ago
feature: implemented the "max_packet_size" connect option. More... over 13 years ago
bugfix: we could not connect to mysql 5.1.x. More... over 13 years ago
fixed a small bug in the auth packet. More... over 13 years ago
use the server_ver method in the test. More... over 13 years ago
prepared a test suite. More... over 13 years ago
initial checkin. More... over 13 years ago