Released: May 25, 2017
V9.4.280 での更新項目
機能
- Support for .NET Core.
- NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.
- Added default Fetch Size connection string parameter, which specifies the number of rows that will be transferred across the network at a time.
- Added the possibility to assign a value of the DateTimeOffset type to OracleParameter.Value.
不具合の修正
- Fixed bug with the "ORA-01017" error when connecting to an Oracle user account with PASSWORD_VERSIONS equal to 10g only in the Direct mode...
Released: Mar 2, 2017
V9.2.220 での更新項目
機能
- Adds support for Visual Studio 2017.
- Adds Oracle 12c authentication in Direct mode.
- Optimized resource usage when working with failover functionality in OCI mode.
不具合の修正
- Fixed bug in Oracle Lookup component with parameter names in generated conditions.
- 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...
Released: Dec 22, 2016
V9.2.172 での更新項目
機能
- The OracleArray constructor now verifies that OracleArray is not created for a UDT that is not VARRAY
- Install Wizard adds 'Do not install assemblies in the GAC' check box which allows you to not place the provider assemblies to the GAC.
- Oracle ANYDATA type is supported in Direct mode.
- InitialLobFetchSize property of OracleCommand is supported in Direct mode.
- Data Encryption and Data Integrity features supported in Direct mode.
- EZCONNECT format is supported in Direct mode.
- Improved performance...
Released: Sep 22, 2016
V9.1.111 での更新項目
機能
- Added binary serialization to OracleString, OracleBinary, OracleNumber, OracleDate, OracleIntervalDS, and OracleIntervalYM structures.
- Entity Framework Core 1.0.1 support.
不具合の修正
- Fixed bug losing Offset of an OracleException object when performing binary deserialization.
- Fixed DbContext templates.
- Fixed bug with materialization in multithreaded applications.
- New optional parameter Action added to the UseOracle() extension method of DbContextOptionsBuilder.
- Fixed bug using Take(0) with the...
Released: Jun 9, 2016
V9.1.35 での更新項目
機能
- HA Events from Oracle RAC are supported.
- Connection pool performance counters are implemented.
- The PartitionName property, specifying the name of the partitioned table partition to load data into, is added to the OracleLoader class.
- The new LoadTable overloads for loading data from a IDataReader, array of rows, or only rows with a specific RowState from a DataTable are added to the OracleLoader class.
- The Options property of the new OracleLoaderOptions type that allows configuring...
Released: Dec 2, 2014
Updates in this release
Updates in V8.3.146
- Support added for ADO.NET implementation of ASP.NET Identity 2.0.
- New IUserEmailStore, IUserPhoneNumberStore, IUserTwoFactorStore and IUserLockoutStore interfaces added to UserStore class.
- Database server version added to generated Code-First Migrations scripts.
- OracleDataAdapter and OracleDataTable class performance improved.
- Parameter performace improved.
- Reading and writing OracleObject attributes in OCI mode performance improved.
- Oracle 12c support.
- SSIS DataFlow Source...
Released: Jul 3, 2013
Updates in this release
Updates in V7.7
- Disable query cache via the EntityCachingMode property.
- Auto increment sequences and triggers for Oracle models.
- Improved performance when working with TPT inheritance and descendants.
- New Data Transfer Object template for DTO class generation.
Released: Jun 19, 2012
Updates in this release
Updates in V7.0
- Visual Studio 2012 RC support
- Implemented Initialization Command connection string parameter
- Support for executing PL/SQL blocks using the OracleCommand.ExecuteArray method in Direct mode
- Support for Batch Errors mode in the OracleCommand.ExecuteArray method in Direct mode
Released: Sep 15, 2011
Updates in this release
V6.50での更新項目
- OraMTS を通しての分散型トランザクションサポートのための「OraMts」コネクション文字列パラメタを追加
LinqConnectの更新(以前は"LINQ to Oracle"と呼ばれていました)
エンティティ開発のアップデート
- LinqConnectモデル用の流線マッピングテンプレートの追加
- LinqConnectで列挙型に対するサポートの追加 ("列挙")とJune 2011 CTPモデルのエンティティフレームワークを実装
- エンティティフレームワークモデルのためのコンテキストモデルの中への選ばれたストアドプロシージャのための読み込みが実装されます
- アプリケーションの外観を良くするための新しいスキンの実装
- 選択によって引き起こされた強調表示が実装されます
- エンティティ、複合タイプと列挙型のための形状カラーを変えるための機能が実装されます
- ダイアグラムのスキンを選ぶための機能を実装
エンティティフレームワークのアップデート
- 日付/ タイムスタンプパラメータの生成LINQ クエリーが改善...
Released: May 25, 2011
Updates in this release
Updates in V6.30
- Oracle Workflow Instance Store implemented
- Support for the Oracle TimesTen database implemented
- DbTransactionBase class added
- TransactionStateChanging and TransactionStateChanged events added to the DbConnectionBase class
- Policy file for the Devart.Data.Oracle.Entity assembly added
- The License Information Wizard improved: it now generates licenses for projects that have Entity Framework models or refer to Devart.Data.Oracle.Web, but have no direct references to Devart.Data...