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

Post by Devart » Thu 21 Jan 2016 13:40

Dear users,

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

In this version:
  • The sqlite3.dll library that is included into the installation package is updated to version 3.10.1
  • The SQLiteConnecton.IsFunctionRegistered() method is added to check if some user-defined function has already been registered for a current session
  • The new metadata collection is added: SQLiteConnection.GetSchema("UserDefinedFunctions") returns information about all user-defined functions registered for a current session
Entity Developer
  • The bug related to the incorrect change detection when updating database from model (the comments) is fixed (LinqConnect models)
Devart development team
http://www.devart.com/dotconnect/sqlite/

Locked