Lanzamientos de dotConnect for SQLite
Released: Jun 6, 2019
Actualizaciones en V5.12.1402
Características
- Added support for Entity Framework Core 2.2.4.
- Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017.
- The sqlite3.dll library included in the installation package is updated to version 3.28.0.
Released: Apr 11, 2019
Actualizaciones en V5.12.1366
Características
- Adds support for Visual Studio 2019.
Released: Mar 28, 2019
Actualizaciones en V5.11.1357
Características
- Support for Visual Studio 2019 Release Candidate 4.
- The sqlite3.dll library that is included into the installation package updated to version 3.27.2.
- The IDbColumnSchemaGenerator interface and the SQLiteDataReader.GetColumnSchema() method are implemented in .NET Standard provider assemblies.
- The EncryptionLicenseKey property is added to SQLiteConnectionStringBuilder for specifying a license key for the SQLiteCrypt and SQLCipher encryptions.
- The "Encryption License Key" parameter...
Released: Jun 21, 2018
Actualizaciones en V5.11.1172
Características
Entity Developer
- Support for Entity Framework Core 2.1.
- Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
- Lazy loading for Entity Framework Core 2.1:
- Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
- Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
- Properties now have the Constructor Parameter...
Released: May 24, 2018
Actualizaciones en V5.10.1152
Características
- Added destructor to DataContext class.
- Added support for Entity Framework Core 1.1.5 and 2.0.3.
- Added the config.Workarounds.ProviderManifestToken option for setting the provider manifest token for all contexts within an application domain.
Correcciones
- Fixed bug with missing Devart.Data.SQLite.Entity namespace in *.Designer.cs generated by Entity Framework Core 2 Code-First Migrations via Devart NuGet package.
- Fixed bug generating Guid literals in SQL statements, when a...
Released: Feb 15, 2018
Actualizaciones en V5.10.1086
Características
Entity Developer
- Support for ASP.NET Core MVC added to Data Annotations Metadata template.
Correcciones
- Bug copying sensitive information via the connection string of a new connection object using SQLiteConnection.Clone().
- LinqConnect (formerly known as LINQ to SQLite)
- MethodAccessException thrown by .NET Standard provider assemblies when targeting a full .NET Framework.
- Entity Developer
- Bug applying DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed.
Released: Oct 30, 2017
Actualizaciones en 5.10.1013
Características
- Added .NET Standard 2.0 compatible assemblies are added to the Devart.Data and Devart.Data.SQLite NuGet packages:
- Implemented SQLiteDataAdapter and SQLiteCommandBuilder.
- Implemented SQLiteConnection.GetSchema() and SQLiteDataReader.GetSchemaTable() methods for metadata retrieving.
- Implemented SQLiteDump class.
- Component classes in the .NET Standard 2.0 assemblies implement ICloneable and ISupportInitialize interfaces.
- Some of the classes, representing data types, now implement...
Released: May 25, 2017
Actualizaciones en V5.9.912
Características
- Support for .NET Core.
- NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.
- The sqlite3.dll library that is included into the installation package has been updated to version 3.19.0.
Correcciones
- Fixed bug with previewing a DataSet.
- Fixed bug with reading Unicode characters with the "UTF16=True;" connection string parameter.
Released: Mar 2, 2017
Actualizaciones en V5.7.852
Características
- Adds support for Visual Studio 2017 and SQLite 3.17.0.
- Adds JSON extension to predefined sqlite3.dll.
Correcciones
- Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
- Fixed bug with the "Validate on Build" option in Model Settings.
- Fixed compilation bug in the EF Core template after copying it to a model folder.
Released: Dec 22, 2016
Actualizaciones en V5.7.804
Características
- Install Wizard adds 'Do not install assemblies in the GAC' check box which allows you to not place the provider assemblies to the GAC.
- The sqlite3.dll library that is included in the installation package has been updated to version 3.15.2.
Correcciones
- Fixed bug generating an error when using SQLiteMonitor on Linux.
- Fixed bug not using parameters value in ParentRelation data in SQLiteDataTable.SelectCommand.