Files | Admin

Notes:

Release Name: 0.7

Notes:
ActiveRecord-JDBC is a database adapter for Rails' ActiveRecord component that can be used with JRuby[http://www.jruby.org/].  It allows use of virtually any JDBC-compliant database with your JRuby on Rails application.


Changes: == 0.7 - PLEASE NOTE: This release is not compatible with JRuby releases earlier than 1.0.3 or 1.1b2. If you must use JRuby 1.0.2 or earlier, please install the 0.6 release. - Release coincides with JRuby 1.0.3 and JRuby 1.1b2 releases - Simultaneous support for JRuby trunk and 1.0 branch - Get rid of log_no_bench method, so we time SQL execution again. - Implement #select_rows - MySQL migration and quoting updates