New build of LinqConnect 4.2.338 is available for download now.
In this version:
- Visual Studio 2013 Release Candidate is supported
- The implementation for the DatabaseExists method, which checks the existance of the tables in the database, is added (Oracle)
- The possibility of creating Oracle schemas (users) for mapped model classes via the CreateDatabase(false,true)/CreateDatabase(true, true) method of the DataContext class is implemented (Oracle)
- The possibility of deleting Oracle schemas (users) for mapped model classes via the DeleteDatabase(false,true)/DeleteDatabase(true, true) method of the DataContext class is implemented (Oracle)
- The encryption support for local SQLite storage in LinqConnect for Metro is added (SQLite)
- The bug with the discrepancy of the parameter's type and the column's type in operations of equality (==) and inequality (!=) for varchar/nvarchar data types is fixed (SQL Server)
- The bug with releasing memory after closing the Retrieve Data window is fixed
- The bug with the Overwrite.Merge template option is fixed
- The bug related to the "Value cannot be null" error when selecting "Regenerate storage and mapping" from the shortcut menu in Model Explorer in Visual Studio is fixed
- The bug with detecting default NULL values by the Update Model From Database wizard is fixed (SQLite)
- The bug with creating complex primary keys when creating a model from a database is fixed (SQLite)
http://www.devart.com/linqconnect/