-
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
QueryRewrite: add support for FromSql #15704
Comments
Note from discussion: in the old pipeline it was possible have
|
Note: splitting out parameter support to #15750 as discussed with @smitpatel |
* Parameterization not implemented (see dotnet#15750) * FromSqlRaw() and FromSqlInterpolated() are now defined over DbSet<>, not IQueryable<>. FromSql() is still defined over IQueryable<> but throws if not directly on a DbSet<>. Closes dotnet#15704
* Parameterization not implemented (see dotnet#15750) * FromSqlRaw() and FromSqlInterpolated() are now defined over DbSet<>, not IQueryable<>. FromSql() is still defined over IQueryable<> but throws if not directly on a DbSet<>. Closes dotnet#15704
* Parameterization not implemented (see dotnet#15750) * FromSqlRaw() and FromSqlInterpolated() are now defined over DbSet<>, not IQueryable<>. FromSql() is still defined over IQueryable<> but throws if not directly on a DbSet<>. Closes dotnet#15704
* Parameterization not implemented (see dotnet#15750) * FromSqlRaw() and FromSqlInterpolated() are now defined over DbSet<>, not IQueryable<>. FromSql() is still defined over IQueryable<> but throws if not directly on a DbSet<>. Closes dotnet#15704
* Parameterization not implemented (see dotnet#15750) * FromSqlRaw() and FromSqlInterpolated() are now defined over DbSet<>, not IQueryable<>. FromSql() is still defined over IQueryable<> but throws if not directly on a DbSet<>. Closes dotnet#15704
@roji reopening so that we can remember to document the additional breaking changes for preview 6. |
Oops, forgot about that - will submit a doc PR soon. |
Issue for tracking purposes - when FromSql works, make sure to enable skipped tests.
The text was updated successfully, but these errors were encountered: