Oracle enhanced adapter 1.7.0.beta4 has been released

5 views
Skip to first unread message

Yasuo Honda

unread,
Jul 27, 2016, 11:59:10 AM7/27/16
to Oracle enhanced adapter for ActiveRecord
Hi,

Oracle enhanced adapter 1.7.0.beta4 has been released, including fixes and documentation updates.
Oracle enhanced adapter 1.7.0 is the first version which supports Rails 5.0.

Please install and test with your applications by updating your Gemfile as follows.

```
gem "activerecord-oracle_enhanced-adapter", "~> 1.7.0.beta4" 
``


Changes and bug fixes

* Call bind_returning_param when sql has returning_id and using JRuby [#937]
* Remove unused col_type to avoid warnings [#934]
* Remove TODO comment since Oracle DATE type can be mapped Rails Datetime with attribute API [#935]
* Remove rspec from runtime dependency [#933]
* Rename add_dependency to add_runtime_dependency [#933]
* Remove warnings for + when tested with JRuby 9.1.2 [#936]

Known issues

Only with JRuby
* Rails 5 : create table with primary key trigger with default primary key not returning id [#912]
    - #937 addresses two failures reported in #912
* Rails 5 : explain should explain query with binds got Java::JavaSql::SQLException: Invalid column index [#908]

CRuby and JRuby
* Rails 5 : create table with primary key trigger not returning id [#907]
* Rails 5 : custom methods for create, update and destroy not working [#906]
* Rails 5 : undefined method `to_i' for #Arel::Nodes::BindParam:0x00000002c92910 [#848, rails/arel#438]

For all changes and fixes please read the https://github.com/rsim/oracle-enhanced/blob/master/History.md.

Thanks all for testing beta version of Oracle enhanced adapter 1.7.0.
--
Yasuo Honda
Reply all
Reply to author
Forward
0 new messages