dotConnect for Oracle Releases
Released: Feb 15, 2018
Updates in V9.5.454
Funktionen
- Entity Framework support
- New OracleJsonFunctions.ValueAs methods added for reading nonstring values returned by the JSON_VALUE Oracle function.
- The config.CodeFirstOptions.UseDateTimeAsDate option is now supported in the Entity Framework Core.
- Behavior changed: by default System.String is mapped to NVARCHAR2(2000) in Entity Framework Code-First when config.CodeFirstOptions.UseNonLobStrings=true.
- Behavior changed: the MoveTable operation is now ignored if "config.Workarounds...
Released: Oct 30, 2017
Updates in V9.5.381
Funktionen
- Added .NET Standard 2.0 compatible assemblies are added to the Devart.Data and Devart.Data.Oracle NuGet packages:
- Support for distributed transactions.
- Implemented OracleDataAdapter and OracleCommandBuilder.
- Implemented OracleConnection.GetSchema() and OracleDataReader.GetSchemaTable() methods for metadata retrieving.
- Implemented OracleDataSourceEnumerator class.
- Details property added to OracleNotificationEventArgs class.
- Component classes in the .NET Standard 2.0 assemblies...
Released: May 25, 2017
Updates in V9.4.280
Funktionen
- 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.
Fehlerkorrekturen
- Fixed bug with the "ORA-01017" error when connecting to an Oracle user account with PASSWORD_VERSIONS equal to 10g only...
Released: Mar 2, 2017
Updates in V9.2.220
Funktionen
- Adds support for Visual Studio 2017.
- Adds Oracle 12c authentication in Direct mode.
- Optimized resource usage when working with failover functionality in OCI mode.
Fehlerkorrekturen
- 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...
Released: Dec 22, 2016
Updates in V9.2.172
Funktionen
- 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...
Released: Sep 22, 2016
Updates in V9.1.111
Funktionen
- Added binary serialization to OracleString, OracleBinary, OracleNumber, OracleDate, OracleIntervalDS, and OracleIntervalYM structures.
- Entity Framework Core 1.0.1 support.
Fehlerkorrekturen
- 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...
Released: Jun 9, 2016
Updates in V9.1.35
Funktionen
- 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