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

Post by Devart » Thu 21 Jul 2016 14:14

Dear users,

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

In this version:

Entity Framework support
  • SQLiteCSharpMigrationCodeGenerator and SQLiteVisualBasicMigrationCodeGenerator for code-based migrations are implemented for EF4, EF5, EF6
  • The config.QueryOptions.CaseInsensitiveComparison option is implemented to manage the compare behaviour when using Linq to Entities comparison expression such as "a == b" (by default, false)
  • The config.QueryOptions.CaseInsensitiveLike option is implemented to manage LIKE behaviour when using Linq to Entities extention methods .Contains() .EndsWith() .StartsWith() (by default, false)
  • The bug with using the .ToLower() and .ToUpper() canonical functions with non-latin symbols is fixed
  • The bug with convertation of enum values in parameters when using EF Core is fixed
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked