Skip to content

Precompiled queries: pregenerate relational commands via IRelationalCommandBuilderFactory #33516

@roji

Description

@roji

The current implementation of SQL pregeneration for precompiled queries instantiates RelationalCommand directly; although providers can in theory have their own implementations, no relational provider currently makes use of this. Doing this would require changes to the IRelationalCommandBuilder interface, which currently only supports incrementally building up a relational command by gradually appending SQL and parameters one by one.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions