dotnet / dotnet/efcore

Precompiled queries: pregenerate relational commands via IRelationalCommandBuilderFactory

Open
#33,516 0 comments 1 reaction 0 assignees View on GitHub
area-precompiled-queries area-query
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.