sqlanywhere / activerecord-sqlanywhere-adapter

An adapter that allows ActiveRecord to communicate with SQL Anywhere
http://sqlanywhere.rubyforge.org/
Other
7 stars 25 forks source link

Does not work with ActiveRecord 5.1.4 #4

Open efarrar opened 6 years ago

efarrar commented 6 years ago

The SQL Anywhere ActiveRecord driver uses the ConnectionAdapters::Column interface which has been removed in recent versions of ActiveRecord. The driver will not load on ActiveRecord 5.1.4.

frankinboise commented 6 years ago

We have a project that will benefit from this upgrade to the SQL Anywhere ActiveRecord driver. We are attempting to upgrade our Rails to 5.14 to take advantage of several improvements of our system, and we'd like to use SQL Anywhere 17 as part of the solution.