dotConnect for SQLite V5.11.1357
Released: Mar 28, 2019
V5.11.1357 での更新項目
機能
- 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 is added to a connection string of SQLiteConnection for specifying a license key for the SQLiteCrypt and SQLCipher encryptions.
- Reader.GetValue("text_column_with_nonstandard_typename") returns now the System.String object.