New features in the Entity Framework support!

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

New features in the Entity Framework support!

Post by Devart » Thu 12 Jan 2012 14:18

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The generation of SQL-literals for byte array is supported (MySQL, SQLite)
  • The generation of SQL-literals for DateTime with fractional part of seconds is improved (PostgreSQL, SQLite)
  • The generation of SQL-literals for byte array when using PostgreSQL server 9.x is supported (PostgreSQL)
  • The behaviour is changed: if an output cursor parameter of a stored procedure is not specified in the "Result Set Parameter" property, it will now be processed automatically (Oracle)
  • The bug with using slashes in string parameters of the .Contains method is fixed (MySQL, Oracle, PostgreSQL, SQLite)
  • The bug with creating columns of national data types (NCHAR/NVARCHAR2/NCLOB) in Entity Framework Code-First CreateDatabase is fixed (Oracle)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Post Reply