New build of dotConnect for SQLite 5.2.135 is available!
Posted: Thu 10 Apr 2014 11:35
Dear users,
New build of dotConnect for SQLite 5.2.135 is available for download now.
In this version:
http://www.devart.com/dotconnect/sqlite/
New build of dotConnect for SQLite 5.2.135 is available for download now.
In this version:
- The ADO.NET implementation of ASP.NET Identity support is improved
- The ICloneable interface is implemented in the IdentityUser and IdentityRole classes
- The User_Id column in the AspNetUserClaims table is renamed to UserId
- The sqlite3.dll library that is included into the installation package is updated to version 3.8.4.3
- The UpdateDatabaseOperation operation in Code-First Migrations for Entity Framework 6.x is supported
- Multiple EntityContainers in the Code-First CreateDatabase()/CreateDatabaseScript()/DeleteDatabase() functionality are supported
- The Database.Delete(DbConnection) functionality is supported: all objects in the database are removed if DatabaseScript.Schema.DeleteDatabaseBehaviour = AllSchemaObjects
- The Database.Exists(DbConnection) functionality is supported: the method returns true if DatabaseScript.Schema.DeleteDatabaseBehaviour = AllSchemaObjects and at least one table exists in the current database
- Determining correct datatypes of data retrieved by EntitySQL queries with UNION ALL and similar constructions is improved
- The compatibility with Hibernating Rhinos EntityFramework Profiler is improved
http://www.devart.com/dotconnect/sqlite/