Go to Google Groups Home    Oracle enhanced adapter for ActiveRecord
Re: oracle_enhanced 1.1.9 released

Foliosus <folio...@foliosus.com>

Hi Rai,

Thanks for for all of your hard work on the oracle_enhanced adapter. I
know that many of us out here really appreciate it. :)

Brent

On Jan 2, 9:33 am, Raimonds Simanovskis

<raimonds.simanovs...@gmail.com> wrote:
> Today I released oracle_enhanced version 1.1.9 with some enhancements
> and bug fixes:

> * Enhancements
>   * 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

> In addition I moved all usage descriptions from README.txt file to
> GitHub wiki pages (http://github.com/rsim/oracle-enhanced/wikis) and
> added there also some additional content.

> Please comment if you have some suggestion for additional content in
> wiki pages.

> Raimonds