Page 1 of 1

New features in the Entity Framework support!

Posted: Thu 06 Jun 2013 12:35
by Devart
Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • Entity Framework 6 Beta 1 is supported (MySQL, Oracle, PostgreSQL, Salesforce, SQLite)
  • The Database value is added to the DeleteDatabaseBehaviour enumeration for creating/removing database in Code-First (PostgreSQL)
  • The behaviour is changed: CreateDatabase()/Code-First with DeleteDatabaseBehaviour.Schema does not try to create a schema (user) if it exists (Oracle)
  • The behaviour is changed: CreateDatabase()/Code-First with DeleteDatabaseBehaviour.Schema does not try to create a schema if it exists (PostgreSQL)
  • The bug using Batch Updates in a multithreaded application is fixed (MySQL, Oracle, PostgreSQL, SQLite)
  • The bug with quoting non-latin symbols is fixed (PostgreSQL)
  • The bug with creating CHAR / VARCHAR / BINARY / VARBINARY datatypes without specified max length using CreateDatabase()/Code-First approach is fixed (MySQL)
  • The bug with creating CHAR / VARCHAR2 / NCHAR / NVARCHAR2 / RAW datatypes without specified max length using CreateDatabase()/Code-First approach is fixed (Oracle)
  • The bug with creating CHAR / VARCHAR datatypes without specified max length using CreateDatabase()/Code-First approach is fixed (PostgreSQL)
  • The bug with creating CHARACTER / VARCHAR datatypes without specified max length using CreateDatabase()/Code-First approach is fixed (SQLite)
Devart development team
http://www.devart.com/dotconnect/entityframework.html