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

Post by Devart » Thu 29 Nov 2018 12:06

Dear users,

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

In this version:
  • The sqlite3.dll library that is included into the installation package is updated to version 3.25.3
LinqConnect (formerly known as LINQ to SQLite)
  • The bug with throwing "Operation could destabilize the runtime." during materialization of result set, when query includes a cast to the base unmapped class, is fixed
Entity Developer
  • The new Generate GeneratedCode Attributes option (by default, False) is added to the DbContext template in EF4/EF5/EF6 and the EF Core template
  • The new Generate Dummy Comments option (by default, False) is added to the DbContext template in EF4/EF5/EF6
  • The code formatting is fixed in the DbContext template in EF4/EF5/EF6 and the EF Core template
  • The bug with generating fluent mapping for the TPC inheritance by VB.NET version of DbContext template in EF4/EF5/EF6 is fixed
Entity Framework support
  • The bug with quoting the table alias, that includes an invalid character, in the SQL query generated by EF Core is fixed
  • The bug with generating a subquery within the IN clause in EF Core 2 is fixed
  • The bug with generating a subselect within the CASE clause in EF Core 2 is fixed
  • The bug with comparing columns, that use a value converter, to parameters and constants in EF Core 2 is fixed

Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked