New build of dotConnect for SQLite 5.3.478 is available!

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

New build of dotConnect for SQLite 5.3.478 is available!

Post by Devart » Thu 20 Aug 2015 14:55

Dear users,

New build of dotConnect for SQLite 5.3.478 is available for download now.

In this version:
  • The sqlite3.dll library that is included into the installation package is updated to version 3.8.11.1
  • The new Cell Size Check, Cache Spill, Journal Size Limit, Threads, WAL Auto Checkpoint connection string parameters are supported
  • The SQLiteConnection.SQLCipherExport() method is added to migrate from an existing non-encrypted database to a new encrypted one
  • The support for the binary representation of the GUID data types is added to the SQLiteDump class
  • The bug with processing the BLOB data types in the SQLiteDump class is fixed
  • The bug with simultaneous use of the "ReadOnly=True;" and "UTF16=True;" connection string options is fixed
LinqConnect (formerly known as LINQ to SQLite)
  • The possibility to use .IsRowVersion() method for properties with non-binary data types when using the fluent mapping approach is added
  • The bug with the materialization of anonymous types is fixed
Entity Developer
  • The Use ObservableCollection property of the DbContext template is implemented (Entity Framework models)
  • The behaviour is changed: now the 1:1 and 1:0..1 associations are displayed differently on the diagram (LinqConnect models)
  • The bug with adding LinqConnect template for C# after adding the WCF RIA Domain Service template (Visual Basic) in Visual Basic projects is fixed (LinqConnect models)
  • The bug with non-generated .IsRowVersion() method for entity properties with IsVersion = True when using the fluent mapping approach is fixed (LinqConnect models)
Entity Framework support
  • The bug with throwing System.NullReferenceException when applying logical OR operator to the results of several IEnumerable<T>.Contains(T t) is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked