Files | Admin

Notes:

Release Name: 1.0.3

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: == 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