Skip to content

Stored Procedure support for Rails 7 #load_async #1012

Open
@frederikspang

Description

@frederikspang

Issue

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions