You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Makara 0.5.1, #select is now calling the private Kernel#select on the ConnectionWrapper instead of hitting method_missing to talk to the connection adapter itself.
With makara-0.5.1,
ActiveRecord::Base.connection.select
raises TypeError, while it returns ActiveRecord::Result with makara-0.5.0.with makara-0.5.1
with makara-0.5.0
The text was updated successfully, but these errors were encountered: