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

Post by Devart » Thu 28 Mar 2019 18:10

Dear users,

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

In this version:
  • Visual Studio 2019 Release Candidate 4 is supported
  • The sqlite3.dll library that is included into the installation package is updated to version 3.27.2
  • The behavior is changed: reader.GetValue("text_column_with_nonstandard_typename") returns now the System.String object
  • The bug with loss of changes, applied in different concurrent transactions, when journaling is not in the WAL mode, is fixed
LinqConnect (formerly known as LINQ to SQLite)
  • The bug with using the System.Char argument as literal or variable in LINQ query is fixed
Entity Framework support
  • Entity Framework Core 2.2.3 is supported
  • The SQL translation of the following method overloads, that accept the StringComparison argument and return bool, in the System.String class is supported in EF Core 2: Contains, StartsWith, EndsWith, Equals
  • The bug with generating the COALESCE expression in EF Core is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked