New Comment on "Code First Insert/Update/Delete Stored Procedure Mapping"
@lazyspider, Generating the stored procedures isn't implemented yet (only mapping to them is). Keep an eye on Work Item 948; it is actively being worked on.
View ArticleSource code checked in, #4874e07247fa
Updated models used by serializer tests to include complex types and added more test coverage for serialization and deserialization. Also included are several tests that deserialize from a hard coded...
View ArticleCreated Issue: BufferingReader :: streaming functionality is not provided for...
When issuing a query one can switch of buffering by using AsStreaming() method. However this does not work (out of the box) for stored procedures. The method we codegen does not take the...
View ArticleCreated Issue: BufferingReader :: no way to buffer stored procedure calls...
One of the ways to execute stored procedure is to use Ado.NET calls to execute reader and then pass this reader into Translate<T> method. However if one uses this approach (rather than relying on...
View ArticleCommented Issue: Migrations: Disable database intializer when migrations is...
CreateDatabaseIfNotExists is incompatible with migrations so we should disable it. This could include making the initializer aware of migrations and being a no-op if a migrations config is...
View ArticleClosed Issue: Migrations: Disable database intializer when migrations is...
CreateDatabaseIfNotExists is incompatible with migrations so we should disable it. This could include making the initializer aware of migrations and being a no-op if a migrations config is...
View ArticleCommented Task: Re-enable skipped tests [383]
Mostly partial trust tests that we should re-enable when we can.Comments: Now done.
View ArticleClosed Task: Re-enable skipped tests [383]
Mostly partial trust tests that we should re-enable when we can.Comments: Done as part of partial trust work.
View ArticleEdited Feature: Consider improving auto-compiled queries performance by...
The current implementation of auto-compiled queries computes the cache key based on the DbExpression after partial evaluation and LINQ translation. The good thing about this approach is that it can be...
View ArticleCreated Issue: Stored procedures :: basic stored procedure scenario throws...
When calling a stored procedure from DbContext I get the following exception:System.Reflection.TargetParameterCountException: Parameter count mismatch. at...
View ArticleCommented Issue: FxCop: EntityFramework.dll contains several security errors...
"Issue Details: TransparentMethodsShouldNotDemandFxCopRule (CA2143)function: Translator.DemandMemberAccess()fix category: NonBreaking certainty: 50 level: CriticalWarning line:...
View ArticleClosed Issue: FxCop: EntityFramework.dll contains several security errors...
"Issue Details: TransparentMethodsShouldNotDemandFxCopRule (CA2143)function: Translator.DemandMemberAccess()fix category: NonBreaking certainty: 50 level: CriticalWarning line:...
View ArticleSource code checked in, #0a0313ea836f
Support in runtime for creating CSpace association types and ssets
View ArticleCreated Issue: It would be good to have Attach method overload that will...
It would be good to have Attach method overload that will allow to attach object without attaching related objects / children.I.e. create Attach method overload as:public TEntity Attach(TEntity entity,...
View ArticleEdited Issue: Exploratory testing needed for model-based conventions [681]
Specifically: System.Data.Entity.Core.Metadata.Edm.EntityTypeThis property needs to be exposed to allow model based conventions to change table names
View ArticleEdited Feature: Make DbCollectionEntry, DbReferenceEntry.IsLoaded settable [269]
I want to be able to write something like this:db.Entry(room).Collection(r => r.Users).IsLoaded = true;room.Users.Add(user); // this doesn't trigger lazy loading because i already marked the...
View ArticleSource code checked in, #51c7474f6a2a
IAwaitYourComment - xml doc comments for async APIs - Polishing/completing xml doc comments for public asnyc API surface. - Tried to standardized with comments from non-async APIs where possible and...
View ArticleSource code checked in, #7b5e1ad9327a
Adds interception infrastructure supporting capturing, modification and cancellation of several aspects of the sync update pipeline. - New IDbInterceptor interface supporting the following hooks:...
View ArticleReviewed: Entity Framework 6.0.0 (Mar 27, 2013)
Rated 5 Stars (out of 5) - be quick! i want it. i want entity framework n++
View Article