Sha256: 88639a8d072e1ebb673b21a85a7e0b60eb32ce8b2f1e4255a8da27a2f9535010
Contents?: true
Size: 1.53 KB
Versions: 1
Compression:
Stored size: 1.53 KB
Contents
== 1.1.3 2008-07-10 * Enhancements: * Added support for custom create, update and delete methods when working with legacy databases where PL/SQL API should be used for create, update and delete operations == 1.1.2 2008-07-08 * Bug fixes: * Fixed after_save callback addition for session store in ActiveRecord version 2.0.2 * Changed date column name recognition - now should match regex /(^|_)date(_|$)/i (previously "updated_at" was recognized as :date column and not as :datetime) == 1.1.1 2008-06-28 * Enhancements: * Added ignore_table_columns option * Added support for TIMESTAMP columns (without fractional seconds) * NLS_DATE_FORMAT and NLS_TIMESTAMP_FORMAT independent DATE and TIMESTAMP columns support * Bug fixes: * Checks if CGI::Session::ActiveRecordStore::Session does not have enhanced_write_lobs callback before adding it (Rails 2.0 does not add this callback, Rails 2.1 does) == 1.1.0 2008-05-05 * Forked from original activerecord-oracle-adapter-1.0.0.9216 * Renamed oracle adapter to oracle_enhanced adapter * Added "enhanced" to method and class definitions so that oracle_enhanced and original oracle adapter could be used simultaniously * Added Rails rake tasks as a copy from original oracle tasks * Enhancements: * Improved perfomance of schema dump methods when used on large data dictionaries * Added LOB writing callback for sessions stored in database * Added emulate_dates_by_column_name option * Added emulate_integers_by_column_name option * Added emulate_booleans_from_strings option
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-oracle_enhanced-adapter-1.1.3 | History.txt |