New features in the Entity Framework support!

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New features in the Entity Framework support!

Post by Devart » Thu 26 Mar 2015 13:40

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The JSONB data type is supported (PostgreSQL)
  • The config.DatabaseScript.Table.Tablespace configuration option is added to specify the tablespace for tables created via the Code-First approach (Oracle)</li>
  • The compatibility with SQL*Plus is improved: binary literals are now divided into fractions with 2000 symbols each when inserting data into MigrationHistory table (Oracle)
  • The bug with generating SQL for the INSERT / UPDATE / DELETE operations when using bool property mapped to Number(1,0) is fixed (Oracle)
  • The bug with reading the second and consequent result sets, returned by stored procedure, is fixed (MySQL, Oracle, DB2)
  • >The bug with missing sorting in the generated SQL query when working with .OrderBy().Skip().Take() is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked