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
- 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
- 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)
- The bug with throwing System.NullReferenceException when applying logical OR operator to the results of several IEnumerable<T>.Contains(T t) is fixed
http://www.devart.com/dotconnect/sqlite/