Release Name: 0.9.4
Notes:
activerecord-jdbc-adapter 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.9.4
- ACTIVERECORD_JDBC-96: DB2 JdbcSpec cannot dump schema correctly
(Youhei Kondou)
- ACTIVERECORD_JDBC-97: Dont use Rails 3 deprecated constants (David
Calavera)
- Updates for rake db:schema:dump compatibility with Rails 2.3+ and
MySQL (Joakim Kolsjö)
- Rails 3.0.0.beta2 compatibility
- Return of Derby, H2, Hsqldb support (requires AR >= 3.0.0.beta2)
|