New build of dotConnect for SQLite 3.10.126 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New build of dotConnect for SQLite 3.10.126 is available!

Post by Shalex » Thu 24 Mar 2011 11:16

Dear users,

New build of dotConnect for SQLite 3.10.126 is available for download now.
It includes:
  • Supported Visual Studio 2010 Service Pack 1
  • Implemented backing up views, triggers, and indexes by SQLiteDump
  • Fixed bug with performance of SQLiteDump.Restore()
  • Fixed bug with SQLiteCommand object when its parameters collection contains several parameters
  • Fixed bug with upgrading *.ascx files when using Upgrade Wizard
LinqConnect (formerly known as LINQ to SQLite)
  • Fixed bug with inserting 'detail' entities together with 'master' ones for one-to-one associations
Entity Developer
  • Added multiple database file support (using Attach connection string parameter)
  • Changed behaviour: when adding two related entities with the corresponding properties having different types, an invalid association is created now
  • Fixed bug with generating incorrect code for models having one-to-one associations with a nullable property at the 'detail' side
  • Fixed bug with generating script with duplicate columns for entities having two fields of the same complex type
Entity Framework support
  • Supported Entity Framework 4.1 Release Candidate
  • Fixed bug with incorrect column name generation on update in case of Timestamp column having Computed StoreGenerationPattern
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked