odbc_adapter
odbc_adapter copied to clipboard
An ActiveRecord ODBC adapter
I have tried to connect to databricks using odbc_driver and able to establish connection and able to perform reads as well, but facing issue while doing writes. when I tried...
Are there any plans to upgrade this gem to be compatible with Rails 6?
Resolves the `wrong number of arguments (given 2, expected 0..1)` exception with timeouts.
I'm having problems running the tests against a Postgresql 10.10 database. The tests run just fine in the docker container, which uses Postgresql 9.4.x Against a 10.10 postgres db I...
This gem is not compatible with rails 5.2 especailly because of the the disappearance of arel/visitors/bind_visitor. Is there any plan to update this gem? I have made some quick fix...
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...