New build of dotConnect for SQLite 4.0.17 is available for download now.
In this version:
- Visual Studio 2012 Release Candidate is supported
- The Initialization Command connection string parameter is implemented
- The behaviour is changed: the 'sender' parameter in MonitorEventHandler is a connection and the MonitorEventArgs.ExtraInfo property is filled with the connection string
- The CreateDatabase bug with creating a table for an entity type with multiple complex type fields is fixed
- The CreateDatabase bug with creating a table for an entity type with no primary key is fixed
- The bug with the failure to read the complex type's Access property value is fixed (Entity Framework models)
- The bug with saving *.edml when importing data from *.edmx is fixed (Entity Framework models)
- The config.CodeFirstOptions.RemoveSchemaFromDefaultConstraintName option for removing schema name from the default constraint name is implemented in Code-First Migrations (by default, true)
- The config.CodeFirstOptions.AddTableNameInDefaultIndexName option for adding a table name to the default index name is implemented in Code-First Migrations (by default, true)
- The bug with quoting indexes in Code-First Migrations is fixed
- The bug with HistoryTable in Code-First Migrations when using the DisableQuoting option is fixed
- The bug with adding a schema prefix to default constraint name (PK and FK) in Code-First Migrations is fixed
http://www.devart.com/dotconnect/sqlite/