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 18 Dec 2014 14:13

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 incorrect value for the DbGeometry SRID parameter is fixed (Oracle)
  • The bug with SQL generation for unicode string properties initialized using concatenation of string constants is fixed (Oracle)
  • The bug with SQL generation for AddYears, AddMonths, AddDays, AddHours, AddMinutes, AddSeconds, AddMilliseconds, AddMicroseconds, AddNanoseconds canonical functions is fixed (PostgreSQL)
  • The bug related to the "Type 'serial' doesn't exist" error while performing the ALTER TABLE statement via Code-First migrations is fixed (PostgreSQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked