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 Jun 2014 11:34

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 DatabaseExists Code-First functionality when working with TimesTen 11g Release 1 is fixed (Oracle)
  • The bug with generating CLOB/NCLOB/BLOB columns instead of VARCHAR2/NVARCHAR2/VARBINARY columns for TimesTen 11g Release 1 in the Code-First/Code-First Migrations functionality is fixed (Oracle)
  • The bug with creating BLOB (instead of VARBINARY) binary parameters of commands when talking to TimesTen 11g Release 1 is fixed (Oracle)
  • The bug with printing a correct name of database in the head of DDL script generated by "update-database -script" in Package Manager Console for the Code-First Migrations functionality applied with TimesTen is fixed (Oracle)
  • The bug related to the "operator does not exist: json ~~ text" error when working with the JSON data types in UNION queries is fixed (PostgreSQL)
  • The behaviuor is changed: the SQL generation is changed from "CAST(ColumnName AS varchar)" to "CAST(ColumnName AS text)" when comparing values of the columns with the JSON data types (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked