-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Query: Output parameter in FromSql is always null #9309
Comments
Impact: Using FromSql with out parameters on SqlServer will never return value of out parameter. All such scenarios are broken. |
This patch bug is approved for the 2.0.x patch. Please send a PR to the |
Hi, we have a public test feed that you can use to try out the ASP.NET/EF Core 2.0.3 patch! To try out the pre-release patch, please refer to the following guide:
We are looking for feedback on this patch. We'd like to know if you have any issues with this patch by updating your apps and libraries to the latest packages and seeing if it fixes the issues you've had, or if it introduces any new issues. If you have any issues or questions, please reply on this issue to let us know as soon as possible. Thanks, |
This issue is to track porting of #9277 for patch.
Impact: Using
FromSql
with out parameters on SqlServer will never return value of out parameter. All such scenarios are broken.Work-around:None
The text was updated successfully, but these errors were encountered: