dotConnect for SQLite 3.70 is released!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

dotConnect for SQLite 3.70 is released!

Post by Devart » Fri 27 Jan 2012 12:12

Dear users,

Devart is glad to announce the release of the new version of dotConnect for SQLite, enhanced database connectivity solution, built over the ADO.NET architecture, that supports Entity Framework and LinqConnect ORM solutions. New dotConnect for SQLite offers you offers you support for Entity Framework 4.3 Beta 1 (Code First Migrations).

Now you can benefit from the cutting edge Entity Framework functionality to push model changes to the database automatically. We have added a new Devart.Data.SQLite.Entity.Migrations.dll assembly that implements this functionality to our product.

Here is the complete list of dotConnect for SQLite 3.70.293 features:
  • The Guid value is added to the SQLiteType enum
LinqConnect (formerly known as LINQ to SQLite)
  • The bug with empty spaces in foreign key names generated by the CreateDatabase() method is fixed
Entity Developer
  • The documentation generation for navigation properties is implemented
  • The "Recreate Model" option, allowing to rebuild the model from a scratch, is added to the "Update Model From Database" wizard
  • The "GeneratePartialClass" template property to generate a partial class, which will not be overwritten by the designer, for each class in the model is added
  • The behaviour is changed: database column comments are transfered to the Summary attribute of the Documentation property now
  • The bug with resetting the Validate Required property after reopening model is fixed
  • The bug with generating System.ComponentModel.DataAnnotations.KeyAttribute() for Primary Key columns is fixed
  • The bug with a workability of documentation links on Start Page is fixed
  • The bug with resetting the StoreGeneratedPattern attribute by the Update Model From Database wizard is fixed (Entity Framework models)
Entity Framework support
  • Entity Framework 4.3 Beta 1 (Code First Migrations) is supported
  • The bug with generating Primary Key in DDL for the Entity Key columns when using Generate Database Script From Model is fixed
  • The bug with Guid parameters representation depending on the BinaryGUID connection string parameter's value is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked