Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precompiled queries: pregenerate relational commands via IRelationalCommandBuilderFactory #33516

Open
Tracked by #34446 ...
roji opened this issue Apr 11, 2024 · 0 comments

Comments

@roji
Copy link
Member

roji commented Apr 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant