Needs update with Rails 4.2 upgrade
Opened this issue · 0 comments
ryanbjones commented
Notice how in the ActiveRecord JDBC Adapter they have two initialize methods, one for Active Record >= 4.2, and one for the prior versions. The new initialize has an extra parameter
There will need to be an adjustment made here
https://github.com/abrandoned/activerecord-jdbcvertica-adapter/blob/master/lib/arjdbc/vertica/column.rb#L5-L9