mysql version 2.9.1 has been released!
This is the MySQL API module for Ruby. It provides the same functions
for Ruby
programs that the MySQL C API provides for C programs.
This package is offered as gem for easy installation using RubyGems. It
wraps
unmodified tmtm’s mysql-ruby extension into a proper gem.
Please note that tmtm (Tomita Mashahiro) has deprecated development of
this
extension and only update it for bug fixes.
Changes:
2.9.1 / 2013-02-16 / Vacation time!
- Bugfixes:
- Use C89 comment style in source code. #13 [knu]
- Use ULL2NUM to return
affected_rows
. #11, #12 [cbandy]