Edited Issue: Small bug in DbDatabaseMappingExtensions [398]
internal static DbDatabaseMapping Initialize( this DbDatabaseMapping databaseMapping, EdmModel model, DbDatabaseMetadata database ) { Contract.Requires( databaseMapping != null ); Contract.Requires(...
View ArticleEdited Issue: Small bug in DbDatabaseMappingExtensions [398]
internal static DbDatabaseMapping Initialize( this DbDatabaseMapping databaseMapping, EdmModel model, DbDatabaseMetadata database ) { Contract.Requires( databaseMapping != null ); Contract.Requires(...
View ArticleEdited Issue: Remove exception for server generated GUIDs from CE provider [437]
See code snippet below. The Dev10 bug (845968) is apparently fixed so it should be possible to now fix this code. Let's give it a shot! // VSTS Bug ID: 845968 // Throw an exception if key member is of...
View ArticleCommented Issue: Remove exception for server generated GUIDs from CE provider...
See code snippet below. The Dev10 bug (845968) is apparently fixed so it should be possible to now fix this code. Let's give it a shot! // VSTS Bug ID: 845968 // Throw an exception if key member is of...
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting Notes The Entity Framework team has a weekly design meeting in which we discuss/recap design and other issues with the codebase. These are the notes from those...
View ArticleEdited Issue: Remove exception for server generated GUIDs from CE provider [437]
See code snippet below. The Dev10 bug (845968) is apparently fixed so it should be possible to now fix this code. Let's give it a shot! // VSTS Bug ID: 845968 // Throw an exception if key member is of...
View ArticleClosed Issue: Remove exception for server generated GUIDs from CE provider [437]
See code snippet below. The Dev10 bug (845968) is apparently fixed so it should be possible to now fix this code. Let's give it a shot! // VSTS Bug ID: 845968 // Throw an exception if key member is of...
View ArticleSource code checked in, #71351370974e
CacheKeyNowWithNoAddedSugar (Remove ModelCacheKeyFactory property from DbConfiguration) The IDbModelCacheKeyFactory service does not need to have an explicit property on DbConfiguration. People who...
View ArticleUpdated Wiki: Temporary Post Used For Theme Detection...
This is a temporary post that was not deleted. Please delete this manually. (9ad73600-4bae-4c79-aa42-73cc9d021301 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
View ArticleSource code checked in, #e260aea311d8
NullKnockoutByProxy (Remove DbNullConfiguration and replace DbConfigurationProxy with attribute) DbNullConfiguration is no longer needed since we now don't throw if no configuration is found in the...
View ArticleSource code checked in, #af629477dc00
Split PropertiApiTests.cs into files corresponding to the classes under test to make determining coverage easier. Renamed TestInternalPropertyBag`.cs to TestInternalPropertyValues`.cs
View ArticleUpdated Wiki: Schema Information
Schema Information With this work, the way schema information is retrieved from a provider will be drastically simplified. In addition to reverse engineering a database, new scenarios can also be...
View ArticleUpdated Wiki: Schema Information
Schema Information With this work, the way schema information is retrieved from a provider will be drastically simplified. In addition to reverse engineering a database, new scenarios can also be...
View ArticleUpdated Wiki: specs
Entity Framework 6 No feature specifications are available yet. As we start designing the features to be included in the Entity Framework 6 release the specifications will be available on this page....
View ArticleCommented Feature: Improve mechanism to retrieve db schema info [415]
Providers are currently required to do some complex things in order to provide schema information about a database. The goal of this work is to simplify the way provider writers implement this...
View ArticleCommented Issue: Migrations: Polish the migrate.exe experience [315]
Migrate.exe is complicated to get working. Here are the steps you need to follow to get it to work in all configurations:• Copy migrate.exe into the same directory as your application binaries• Always...
View ArticleNew Post: Changing the "view generation" from a single monolithic...
Will be possible use pre-generated views with code-first?
View ArticleNew Post: Changing the "view generation" from a single monolithic...
AndrePassos, You can do that already. Cheers, Andrew.
View ArticleCommented Issue: Map the same table to multiple entities [392]
I would like to be able to map the same table to multiple entities. This is useful for query purposes (restricted views of data), as well as for inserting different sets of data into a table. This is...
View ArticleEdited Feature: Map the same table to multiple entities [392]
I would like to be able to map the same table to multiple entities. This is useful for query purposes (restricted views of data), as well as for inserting different sets of data into a table. This is...
View Article