Posted By: Nick Sieger
Date: 2008-06-20 20:26
Summary: activerecord-jdbc-adapter 0.8.2 Released
Project: JRuby Extras
activerecord-jdbc-adapter version 0.8.2 has been released!
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.8.2
- Added an optional config key called :dialect. Using :dialect allows you to
override the default SQL dialect for the driver class being used. There are
a few cases for this:
- Using using Sybase w/ the jTDS driver.
- Using rebranded drivers.
- It makes more sense to use :dialect, rather then :driver when using JNDI.
- JRUBY-2619: Typo with :test config causing problems with dev database (Igor Minar)
- 20524, JRUBY-2612: Since when did I think that there was a #true? method on Object? |
|