Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live
↧

Closed Issue: Stored Procs :: NullReferenceException when trying to scaffold...

Create the following model:```namespace StoredProcsCustomize{ public enum MilitaryRank{ Private, Major, Colonel, General,}; public class EnumKey{ public MilitaryRank Id { get; set; } public string Name...

View Article


Closed Feature: Migrations: Support modification function mapping [948]

Add support for modification function mapping to Migrations. We should be able to scaffold new fluent APIs representing the modification functions and generate the corresponding stored procedure...

View Article


Edited Issue: Migrations/SPROCs: When scaffolding InitialCreate during...

Basically if during Enable-Migrations we detect that db exists, we create initial migration. If this database had stored procedure, we scaffold proc with empty body. This seems fine (if we cant detect...

View Article

Commented Issue: Migrations/SPROCs: When scaffolding InitialCreate during...

Basically if during Enable-Migrations we detect that db exists, we create initial migration. If this database had stored procedure, we scaffold proc with empty body. This seems fine (if we cant detect...

View Article

Closed Unassigned: Enable-Migrations with model errors is a bad experience...

When the developer tries to run the ```PM> Enable-Migrations``` command with a model that throws an exception this puts the project in a confusing state. Migrations are successfully enabled and a...

View Article


Edited Unassigned: Database init perfomance in EF 6-beta1 [1339]

Hello,In our project we use huge models, and it take significant time to initialize database (PC is Core i7-2600 16GB).For example, in model with 200 types (tables) each with 20-23 properties (columns)...

View Article

Commented Unassigned: Database init perfomance in EF 6-beta1 [1339]

Hello,In our project we use huge models, and it take significant time to initialize database (PC is Core i7-2600 16GB).For example, in model with 200 types (tables) each with 20-23 properties (columns)...

View Article

Commented Unassigned: TypeLoadException with IQueryableExtensions [1340]

Hello,I've upgrade from EF6 alpha 3 to beta 1 and I have a TypeLoadException with IQueryableExtensions. When I compare A3 to B1 using code reflection, I notice this class has been renamed. Probably it...

View Article


Commented Unassigned: TypeLoadException with IQueryableExtensions [1340]

Hello,I've upgrade from EF6 alpha 3 to beta 1 and I have a TypeLoadException with IQueryableExtensions. When I compare A3 to B1 using code reflection, I notice this class has been renamed. Probably it...

View Article


Source code checked in, #3acbe4768aa2d03281d73d10c345f13e435f25fd

CodePlex #1327: DbExpresssionBuilder.In does not reject empty list. An empty list is handled by SqlGen, in which case the SQL generated is the same as for a constant false expression.

View Article

Edited Issue: Make DbExpressionBuilder.In internal [1327]

Because of the following issue we'll just make this internal for EF6DbExpressionBuilder.In returns DbExpression which is unintuitive since all other DbExpressionBuilder methods return an expression of...

View Article

Commented Issue: Make DbExpressionBuilder.In internal [1327]

Because of the following issue we'll just make this internal for EF6DbExpressionBuilder.In returns DbExpression which is unintuitive since all other DbExpressionBuilder methods return an expression of...

View Article

Commented Unassigned: Database init perfomance in EF 6-beta1 [1339]

Hello,In our project we use huge models, and it take significant time to initialize database (PC is Core i7-2600 16GB).For example, in model with 200 types (tables) each with 20-23 properties (columns)...

View Article


Source code checked in, #bd3b3201dd76253188808a6eb84efbce35016f62

CodePlex #798: Removed IMetadataItem and implemented MetadataItem.Annotations using MetadataProperty instead of DataModelAnnotation.

View Article

Closed Unassigned: System.Data.Entity.Core.ProviderIncompatibleException...

I am getting a System.Data.Entity.Core.ProviderIncompatibleException error when trying the following scenario:1. Install ENU OS2. Install VS + JPN LP 3. Change the International Settings to Japanese4....

View Article


Source code checked in, #e5fd95b38ccbb33850a2a8c6a90bcff4f054d214

Removed DataModelAnnotation and extensions and replaced with MetadataProperty

View Article

Edited Task: Metadata: Post-unification cleanups [798]

A couple of minor outstanding metadata tasks:1) Remove marker interfaces: IMetadataItem, IQualifiedNameMetadataItem. These were brought over from Code First but should be removed inline with our...

View Article


Edited Task: Merge ConventionsConfiguration Add methods [1250]

The model conventions will be applied for both C and S spaces, it will be up to the implementation to do the filtering.Also expose the data space on EdmModel.

View Article

Source code checked in, #8ae8d3738371afb9cab1fb8f18a754ab3030edb1

Metadata API: DbModel, EdmModel, Conventions and related

View Article

Edited Issue: Make provider manifest and information available to model...

While the Code First pipeline has access to the provider manifest instance and provider information the whole time during model construction, the ProviderManifest and ProviderInfo properties on the...

View Article
Browsing all 10318 articles
Browse latest View live