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
We should support the new Rails 7 load_async method for ActiveRecord::Base.execute_procedure calls.
This obviously requires a few changes, such as utilizing query building as is the case when using Model.where and other lazy-loaded query forms, instead of simply passing through the query to dblib_execute directly.
This might require some changes in Rails, such as rails/rails#44169
I don't know if this has been brought up before, or has been discussed.