New build of dotConnect for SQLite 5.2.379 is available for download now.
In this version:
- The sqlite3.dll library that is included into the installation package is updated to version 3.8.8.3
- Microsoft SQL Server Data Tools Business Intelligence (SSDT-BI) project templates for Analysis Services and Integration Services in Visual Studio 2013 are supported
- SSIS DataFlow Source and Destination components are supported in SSDT-BI for Visual Studio 2013
- The performance of the GetSchemaTable method of SQLiteDataReader class is improved
- The behaviour is changed: the GetSchemaTable method of SQLiteDataReader returns information on whether a column is unique only when the command was performed with CommandBehavior.KeyInfo
- The dependency on the System.Windows.Forms.dll assembly is removed
- The bug related to the wrong SQL generation (setting value for primary key column in UPDATE statement) when using the Attach(TEntity, asModified) method is fixed
- The bug related the CompiledQueryCache locking issue is fixed
- The behaviour is changed: now the default values are not set for string properties, that correspond to fields with the default values like expressions (Entity Framework models)
- The bug with missing settings for the LazyLoadingEnabled property in the generated code when working with the Self-Tracking Entity template is fixed (Entity Framework models)
- The bug related to working with the Table Per Type (TPT) and abstract entity classes when synchronization is enabled is fixed (Entity Framework models)
- The bug with missing sorting in the generated SQL query when working with .OrderBy().Skip().Take() is fixed
http://www.devart.com/dotconnect/sqlite/