localytics / odbc_adapter

An ActiveRecord ODBC adapter
MIT License
46 stars 104 forks source link

Compatibility with Rails 5.2 #31

Open GPif opened 5 years ago

GPif commented 5 years ago

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 on my side to have a workaround. Is it worst to make a PR?

magichair commented 5 years ago

Looks like there is a PR submitted - https://github.com/localytics/odbc_adapter/pull/26 We would also like to see this merged.

brightbytes-dude commented 4 years ago

Ditto - would love to see a fix merged.

prostko commented 1 month ago

Can we please get this fix merged into a Rails 5 compatible version?