Source code checked in, #fa2e100a34a8
Decoupling SqlSpatialDataReader from SqlDataReader Changing the exception type thrown by Shaper when the reader is closed to be consistent with the other exceptions General refactorings
View ArticleSource code checked in, #a15550740e65
More refactoring of CF/core metadata: - Removed EdmNamespace, namespaces exist as properties of types in core metadata. - Consequently, was able to simplify and remove various metadata extension...
View ArticleCommented Issue: Docs: Update config documentation for EF6 [558]
The configuration documentation needs updating to include the new options we ship in EF6. This includes both the existing app.config documentation (that came from Rowan's blog post) and any...
View ArticleUpdated Wiki: Contributors
We would like to thank the following contributors for sharing code and making Entity Framework a better product.Martin CostellohvdijkAlirezaHaghshenasUnaiZorrillaXIU
View ArticleNew Post: Create MigrationSqlGenerator for PostgreSQL
Unfortunately, Postgres hasn't this the function "schema_id()" or something of similar, I have to query a table into the database and check it out. I hope that with the future versions of EF the...
View ArticleCommented Feature: UpForGrabs: Turn pluralization & singularization into a...
This would allow anyone to implement non-English version of the service and configure it using a resolver.Comments: As a non “en-us” locale user, this item is very interesting for me and I’d like to...
View ArticleNew Post: ModelBuilder and extended MetadataProperties (DataModelAnnotation?)
I started digging in the new Code First configuration/convention system and I have encountered a bit lack of flexibility. Various elements of the EDMX schema is extensible. This allows to use...
View ArticleCreated Issue: Migrations option to generate key names with dots replaced...
Out of the box migrations use the table name with schema when creating keys. For example, migrations will generate a key by this name "PK_dbo.Header_Change_Event" if I do not manually set the name. In...
View ArticleNew Post: ISSUE 599 Contribution
As a non “en-us” locale user, this item is very interesting for me and I’d like to contribute to it. Reviewing the current code of PluralizationService and related elements, I’d propose the following:...
View ArticleCreated Issue: Custom property serializer / deserializer [730]
Having this objectpublic class MyObject{ public Guid Id { get; set; } public string Name { get; set; } public ICollection<Url> Urls { get; set; }}Add a way to use custom serialize / deserialize...
View ArticleNew Post: ModelBuilder and extended MetadataProperties (DataModelAnnotation?)
Hi Tamas,We agree! There are great benefits to be had by allowing arbitrary metadata to flow through different parts of the stack. In fact, we enabled a similar thing in Migrations with the...
View ArticleCreated Feature: More extensible default conventions [731]
The default Code First conventions should be refactored in a way that makes them easier to extend.
View ArticleCreated Feature: Add Ignore methods to lightweight conventions [732]
Ignore methods should be added to make it easier to create lightweight conventions that exclude things from the model. For example:modelBuilder.Entities().Where(t => t.Namespace ==...
View ArticleNew Post: ModelBuilder and extended MetadataProperties (DataModelAnnotation?)
Good to hear! I might contribute this feature. However, designing a top-level API is not trivial, my main goal is to get some lower level support that would enable to write custom convention classes...
View ArticleSource code checked in, #320458259a28
Resolving remaining metadata uniquification TODOs.
View ArticleSource code checked in, #22ed3cab3f43
Adding BufferedDataReader This allows us to turn off MARS by default However without MARS some tests are failing when droping the database so now we are reseting all connection pools before droping the...
View ArticleEdited Issue: Differ: Handle MaxLength="MAX" in SSDL [726]
3rd party providers can generate this causing the differ to barf. See http://entityframework.codeplex.com/discussions/403176 for example.
View ArticleEdited Issue: Designer: Root item of tree in Model Browser should not be...
Having an expandable root item is generally not very useful and it wastes a lot of vertical space in the Model Browser window. It is also inconsistent with the Solution Explorer in VS.<br...
View ArticleEdited Issue: EFDesigner ModelFirst should set READ_COMMITTED_SNAPSHOT when...
EFDesigner ModelFirst should set READ_COMMITTED_SNAPSHOT when creating a script for new databases.<br />Similarly to what we have done for CodeFirst - http://entityframework.codeplex.com/workitem/7
View Article