设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Entity Framework Core 1.0.1,大量Bug修复

2016-9-17 19:33| 发布者: joejoe0332| 查看: 388| 评论: 0|原作者: oschina|来自: oschina

摘要: Entity Framework Core 1.0.1 发布了,ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping) 解决方案,早期被称为 ObjectSpace。 该版本修复了大量的Bug,详细如下:Bugs Fixe ...

Entity Framework Core 1.0.1 发布了,ADO.NET Entity Framework 是微软以 ADO.NET 为基础所发展出来的对象关系对应 (O/R Mapping)  解决方案,早期被称为 ObjectSpace。 该版本修复了大量的Bug,详细如下:

Bugs Fixed

  • Query: Second level expand not returning correct data (#6366)

  • Query: GroupJoin generates LEFT-JOIN and doesn't return all results (#6360)

  • ModelBuilder: Confusing exception when mismatched property types are used in a relationship (#6260)

  • Migrations: Using name with Script-Migration doesn't work (only ID) (#6228)

  • Migrations: Script-Migration doesn't revert -From migration (#6126)

  • Query: LoadAsync does not work (#6122)

  • SaveChanges: Wrong save order for one to many in combination with multi level inheritance (#6055)

  • Query: Wrong data in included navigation when using Skip() method (#5901)

  • ModelBuilder: Exception when KeyAttribute used with inheritance (#5898)

  • Migrations: RC2 to RTM Regression - Different properties with same name in derived classes cause exceptions (#5894)

  • Query: Error using a compare with a nullable boolean (#5877)

  • Query: Invalid SQL generated for Guid literals on SQLite (#5801)

  • Globalization: Potential bugs due to not specifying culture in string.Format() (#5765)

  • Query: Incorrect type mapping chosen for parameter - causes invalid SQL on Postgres (#5717)

  • Query: Exception when filter uses subquery and query is executed asynchronously (#5640)

  • Query: Exception when projecting navigation property value that could return null, but does not ("Argument Types do not match") (#5522)

  • Query: Threading issues cause NullReferenceException in SimpleNullableDependentKeyValueFactory (#5456)

  • Query: Exception when filtering on nullable boolean value (through navigation property) (#5454)

  • Query: Exception when using OrderBy and navigation ("A column has been specified more than once in the order by list") (#5427)

  • Query: Select after complex GroupJoin leads to unpredictable results (#4858)

  • Query: Join flattening fails for some cases involving SelectMany (#4539)

  • Query: Exception when using the "let" keyword and grouping (#3676)

发行说明:

下载地址:


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部