abrandoned / activerecord-jdbcvertica-adapter

MIT License
3 stars 5 forks source link

Needs update with Rails 4.2 upgrade #5

Open ryanbjones opened 8 years ago

ryanbjones commented 8 years ago

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