Posted By: Nick Sieger
Date: 2010-11-30 01:06
Summary: activerecord-jdbc-adapter 1.0.3 Released
Project: JRuby Extras
activerecord-jdbc-adapter version 1.0.3 has been released!
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:
## 1.0.3 (11/29/10)
- ACTIVERECORD_JDBC-143: Implement table_exists? fixing association table names with schema prefixes - Cleanup of column code for hsqldb (Denis Odorcic) - Rails 3.0.3 support - add Arel 2 visitors for all adapters - Fix MySQL date types to not have limits (Chris Lowder) - ACTIVERECORD_JDBC-141: Better schema support in H2 |
|