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

Modify query loader the way it generates parametrized SQL queries #163

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

YuriyIvon
Copy link

It allows Entity Framework to use cached queries and not rebuild SQL text each time. The same for databases - parametrized query allows to cache execution plan.

…t allows Entity Framework to use cached queries and not rebuild SQL text each time
@cryo75
Copy link

cryo75 commented Aug 31, 2016

Is there a test to confirm this change works?

@YuriyIvon
Copy link
Author

I checked it with a real application, but I agree that it needs an automated test. I have an idea on how to test it - will check it.

@YuriyIvon
Copy link
Author

I've added the test

@cryo75
Copy link

cryo75 commented Sep 1, 2016

Thanks

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

Successfully merging this pull request may close these issues.

None yet

2 participants