Files | Admin

Notes:

Release Name: 1.2.1

Notes:
Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases
from Rails which are extracted from current real projects' monkey patches of original Oracle adapter.

See http://github.com/rsim/oracle-enhanced/wikis for more information.

For questions and feature discussion please use http://groups.google.com/group/oracle-enhanced

Blog posts about oracle-enahnced can be found at http://blog.rayapps.com/category/oracle-enhanced

Bugs and enhancement requests can be reported at http://rsim.lighthouseapp.com/projects/11468-oracle-enhanced


Changes: == 1.2.1 2009-06-07 * Enhancements * caching of table indexes query which makes schema dump much faster * Bug fixes: * return Date (and not DateTime) values for :date column value before year 1970 * fixed after_create/update/destroy callbacks with plsql custom methods * fixed creation of large integers in JRuby * Made test tasks respect RAILS_ENV * fixed support for composite primary keys for tables with LOBs