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 » Mon 23 Sep 2013 11:26

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The behavior is changed: the strict FetchAll = True for created SQL commands is removed; now the behavior is determined by the connection string parameter "Default FetchAll" (MySQL, PostgreSQL)
  • The bug related to the "ORA-12704: character set mismatch" exception is fixed (Oracle)
  • The bug with using Date columns in the WHERE clauses in .NET Framework 3.5 applications is fixed (Salesforce)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked