Hi there!
We have been using the 4.x version of the adapter and we recently decided to upgrade to upgrade to Rails 5. We are getting undefined method extract_table_ref_from_insert_sql' in sql_for_insert when we try to do something like Model.save!`. I noticed that this method was removed between 4.x and 5.x. Do you recommend including this method in the odbc.rb initializer or do you recommend a different approach?