| |
Oracle enhanced adapter for ActiveRecord |
Hi Rai,
Thanks for for all of your hard work on the oracle_enhanced adapter. I
Brent
On Jan 2, 9:33 am, Raimonds Simanovskis
> * Enhancements
> In addition I moved all usage descriptions from README.txt file to
> Please comment if you have some suggestion for additional content in
> Raimonds
know that many of us out here really appreciate it. :)
> Today I released oracle_enhanced version 1.1.9 with some enhancements
> and bug fixes:
> * Added support for table and column comments in migrations
> * Added support for specifying sequence start values
> * Added :privilege option (e.g. :SYSDBA) to
> ActiveRecord::Base.establish_connection
> * Bug fixes:
> * Do not mark empty decimals, strings and texts (stored as NULL in
> database) as changed when reassigning them (starting from Rails 2.1)
> * Create booleans as VARCHAR2(1) columns if
> emulate_booleans_from_strings is true
> GitHub wiki pages (http://github.com/rsim/oracle-enhanced/wikis) and
> added there also some additional content.
> wiki pages.