Open ryanbjones opened 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
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