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

Post by Devart » Thu 19 Jul 2018 11:34

Dear users,

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

In this version:
  • The IDbColumnSchemaGenerator interface and the SQLiteDataReader.GetColumnSchema() method are implemented in .NET Standard provider assemblies
  • The EncryptionLicenseKey property is added to SQLiteConnectionStringBuilder for specifying a license key for the SQLiteCrypt and SQLCipher encryptions
  • The "Encryption License Key" parameter is added to a connection string of SQLiteConnection for specifying a license key for the SQLiteCrypt and SQLCipher encryptions
Entity Framework support
  • The SQLiteFunctions.Printf method in EF4/EF5/EF6 is implemented
  • The bug with paging in EF Core 2.1 is fixed
  • The bug with using the aggregate functions in EF Core 2.1 is fixed
  • The bug with processing arguments of functions mapped via .HasDbFunction in EF Core 2 is fixed
  • The bug with applying a filter with implicit EnumToStringConverter via LINQ queries in EF Core 2 is fixed
  • The bug with using the String.CompareTo method via LINQ queries in EF Core is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked