Precompiled queries: pregenerate relational commands via IRelationalCommandBuilderFactory
Open
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
Assessment
This issue has not been assessed yet.