Skip to content

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.

2 participants