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 11 Sep 2014 13:08

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The bug with generating IS NULL/IS NOT NULL in SQL statement for LINQ expressions which represent string concatenation is fixed (PostgreSQL)
  • The bug with generating CAST for parameters in SQL statements IS NULL/IS NOT NULL is fixed (PostgreSQL)
  • The bug related to the "Index was out of range. Must be non-negative and less than the size of the collection" error when working with PgSqlFunctions.Like(value, pattern) method is fixed (PostgreSQL)
  • The bug related to the "Index was out of range. Must be non-negative and less than the size of the collection" error when working with OracleFunctions.Like(value, pattern) method is fixed (Oracle)
  • The bug related to the "Index was out of range. Must be non-negative and less than the size of the collection" error when working with MySqlFunctions.Like(value, pattern) method is fixed (MySQL)
  • The bug related to the "Index was out of range. Must be non-negative and less than the size of the collection" error when working with SQLiteFunctions.Like(value, pattern) method is fixed (SQLite)
  • The bug with throwing the error with the "Connection must be opened" text instead of the message which explains the problem is fixed (DB2)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked