-
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
Getting errors when mixing DbFunction and SqlQueryRaw #32680
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
Comments
@ajcvickers Thoughts? |
@ErikEJ Thanks for the ping--I missed this before. Looks like a bug. |
ajcvickers
added a commit
that referenced
this issue
Jan 11, 2024
Fixes #32680 Two follow on items after this is merged: - Port to 8 - Make AdHocMapper public
ajcvickers
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jan 11, 2024
ajcvickers
added a commit
that referenced
this issue
Jan 13, 2024
Fixes #32680 Two follow on items after this is merged: - Port to 8 - Make AdHocMapper public
ajcvickers
added a commit
that referenced
this issue
Jan 13, 2024
Fixes #32680 Two follow on items after this is merged: - Port to 8 - Make AdHocMapper public
ajcvickers
added a commit
that referenced
this issue
Jan 16, 2024
Thanks, @ajcvickers ! |
ajcvickers
added a commit
that referenced
this issue
Jan 16, 2024
ajcvickers
added a commit
that referenced
this issue
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Running this console app with a valid connection string causes the following runtime error:
The entity type 'tvpResult' requires a primary key to be defined. If you intended to use a keyless entity type, call 'HasNoKey' in 'OnModelCreating'. For more information on keyless entity types, see https://go.microsoft.com/fwlink/?linkid=2141943.
Removing OnModelCreating makes no difference.
Include stack traces
Include provider and version information
EF Core version: 8.0
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 8.0
Operating system:
IDE: Visual Studio 2022 17.8
The text was updated successfully, but these errors were encountered: