New build of dotConnect for SQLite 5.11.1328 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.11.1328 is available!

Post by Devart » Thu 14 Feb 2019 16:24

Dear users,

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

In this version:
  • The sqlite3.dll library that is included into the installation package is updated to version 3.27.1
LinqConnect (formerly known as LINQ to SQLite)
  • The bug with executing incorrect SQL request (cached during one of the previous calls), when .Contains() is invoked in the multithreaded application, is fixed
Entity Developer
  • The bug with generating fluent mapping for the one-to-one association by the DbContext template in EF4/EF5/EF6 is fixed
Entity Framework support
  • The translation of single-char literal into SQL statement in EF Core is supported
  • The bug with throwing Devart.Common.LicenseException when using config.Workarounds.ProviderManifestToken in EF Core is fixed
  • The bug with using a value converter for the property used in .Contains() in EF Core 2 is fixed
  • The bug with translating String.IndexOf() into SQL statement in EF Core is fixed
  • The bug with updating a null value of the concurrency check column with some non-null value in EF Core is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked