Files | Admin

Notes:

Release Name: 2.8.2

Notes:
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.8.2 / 2012-11-06 * Incompatibility: * Requires Ruby 1.8.7 or newer. * Enhancements: * Detect MySQL version at load time and fail on mismatch [ghazel] * Use MySQL Connector/C for Windows binary bindings instead * Bug fixes: * Use RbConfig since Config is deprecated in Ruby 2.0 [tenderlove]