Updated Wiki: Design Meeting Notes - April 4, 2013
Design Meeting Notes - April 4, 2013Revisit: Using ExecuteSqlCommand without a transactionLast week we discussed the API for using ExecuteSqlCommand when the command cannot be executed inside a...
View ArticleCommented Issue: "Sequence contains no elements" exception is thrown by...
Using Nightly 6.0.0-alpha3-20404Repro steps:Create new console application with inheritance, EdmProperty Model based conventions, and Initializercomment out ModelBuilder.Conventions.Add lineRun...
View ArticleUpdated Wiki: Design Meeting Notes
Entity Framework Design Meeting NotesThe 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 meetings....
View ArticleEdited Issue: Renaming self-referencing FK column throws "Sequence contains...
Using Nightly 6.0.0-alpha3-20404Repro steps:Create new console application with inheritance, EdmProperty Model based conventions, and Initializercomment out ModelBuilder.Conventions.Add lineRun...
View ArticleEdited Unassigned: error 2010: The Column 'ColumnName' specified as part of...
Hello,I am using __EntityFramework.6.0.0-alpha3-20405__I have some Code First TPH classes. The above error seem to appear randomly with certain InverseProperty associations. Any leads will be...
View ArticleReviewed: Entity Framework 6.0.0 (四月 09, 2013)
Rated 5 Stars (out of 5) - 真的很好好好!Your Review must be between 10
View ArticleUpdated Wiki: Rebuilding EF providers for EF6
The EF6 provider modelThe Entity Framework provider model allows Entity Framework to be used with different types of database server. For example, one provider can be plugged in to allow EF to be used...
View ArticleSource code checked in, #5e0edd0bbb323d3c0dd8e870e9b78b5962a5fbf6
MathTeacherSaidFunctionsAlwaysReturnValue - adding support for writing function return values (needed to enable writing TVFs returned by the provider when reverse engineering db)
View ArticleCommented Issue: Huge performance regression on 20328 nightly build [1004]
I was testing SQL Compact database creation and 4000 inserts with build 20321, and after applying build 20328, the times went from 5 secs to 15 secs.Comments: Hey Erik, Thank you for following up and...
View ArticleClosed Issue: Huge performance regression on 20328 nightly build [1004]
I was testing SQL Compact database creation and 4000 inserts with build 20321, and after applying build 20328, the times went from 5 secs to 15 secs.Comments: Performance regression caused by third...
View ArticleUpdated Wiki: Updating Applications to use EF6
Updating Applications to use EF6In previous versions of EF the code was split between core libraries (primarily System.Data.Entity.dll) shipped as part of the .NET Framework and out-of-band (OOB)...
View ArticleEdited Task: Review Metadata APIs made public for EF Designer [904]
Review Metadata APIs made public for EF Designer:- is the set complete (i.e. aren't we missing accepting some parameters only because they are not used by the designer, aren't we missing types that are...
View ArticleSource code checked in, #a05bd2c56b16cf73b214fe15525800e602a53d53
MappingAPIWantsMorePublicity - making StructuralType.AddProperty method public - removing the unused parameter from the StorageEndPropertyMapping ctor - we would always pass null there anyways
View ArticleSource code checked in, #725c420903719d0383b9a0d2a9c3e923de84fcde
OneProviderToRuleThemAll (Allow single registration of a DbProviderServices to resolve additional services) This change makes DbProviderServices implement IDbDependencyResolver so that when a provider...
View ArticleCommented Feature: Make it easier to group related provider services together...
An EF provider potentially now provides four services:DbProviderServices -- main EF providerDbSpatialServices -- spatial services; obtained from main provider or registered...
View ArticleNew Comment on "Migrations History Table Customization"
After I commented the following lines, it seems to be working. I'm only interested in modifying the defaultSchema name. However, the defaultSchema name is forced to lower case. I want to make it...
View ArticleSource code checked in, #479a9e966122221e91712abf2afd0505571b0b7d
Changes to EDM serialization to write comments that include error information from metadata and invalid types.
View ArticleCreated Unassigned: NavigationPropertyConvention called for complex...
Model ``` public class Customer{ public int Id { get; set; } public string Name { get; set; } public Address Address { get; set; }} public class Address{ public string Street { get; set; } public...
View Article