Lancements de Data Abstract for .NET

Released: Feb 9, 2022

Mises à jour de 10.0.0.1533

Fonctionnalités

  • HttpAPI: Autofill APIHost from request.
  • HttpAPI: Generate Schemes node.
  • Allow silent app registration under non-Administrator account.
  • Support for AllowAllFieldsInDynamicWhere for Microsoft .NET Servers.
  • Missing context menu items for RemoteDataAdapter.
  • Updated MySQL driver registration.
  • Added Modulo operator support (DA SQL).
  • Support for OpenSSL 3.
  • Minor DataAccessService refactoring.
  • dboMod was renamed to dboModulo for compatibility with .NET.

Released: Sep 17, 2021

Mises à jour de 10.0.0.1521

Fonctionnalités

  • Added support for Microsoft Visual Studio 2022 Preview.

Released: Aug 11, 2021

Mises à jour de 10.0.0.1515

Fonctionnalités

Microsoft .NET Platform Support

  • Support for .NET 5 and later (.NET Core).
  • NuGet packages distribution for Data Abstract.
  • Licensing approach update for .NET Core / .NET 5 and .NET Standard builds.

Data Abstract for .NET

  • Improved support of generator-based AutoInc values + Insert Schema Commands combo.
  • Improvements in PostgreSQL support (SMALLSERIAL data type support and new database driver profile).
  • Updated Oracle database driver. Managed driver version is used by default...

Released: Jun 10, 2020

Mises à jour de 10.0.0.1481

Fonctionnalités

  • New lightweight session update mode in Olympia Server.
  • Stability improvements for Olympia Server.
  • Zeroconf information now includes TLS status.
  • Service Builder now supports connecting to TLS and zeroconf servers.
  • New more granular ServiceUnknownMethodException.

Released: Mar 29, 2019

Mises à jour de 9.7.115

Fonctionnalités

  • Support for Visual Studio 2019.
  • Updates database profile for NexusDB.

Correctifs

  • 82263: DA LINQ cannot handle nullable fields in List.Contains expression.
  • 82267: PrimaryKey fields should always be treated as non-nullable ones.

Released: Mar 20, 2019

Mises à jour de 9.6.113

Fonctionnalités

  • Created a new sample server.

Correctifs

  • Auto-adding references to Remoting SDK assemblies by "Connect to..." tooling corrupts the VS project properties for Elements projects.
  • BeforeExecutingGetDataReader event is not raised for direct SQL data access.
  • Incorrect CodeGen language is used for TableDefinition classes in Elements projects.
  • Incorrect parameter processing mode is set for Pervasive driver.
  • RemoteScriptDebugger RODL is not merged properly into the resulting server RODL...

Released: Nov 16, 2018

Mises à jour de 9.5

Fonctionnalités

  • Features:
    • Support for Data Abstract in Water.
    • Support for Sequential Binary Expressions.
    • Support for Pervasive ADO.NET driver.
  • Enhancements:
    • Improves API for LocalDataAdapter/LocalSchema constructors.
    • Minor improvement in the Schema metadata access.
    • Provides better exception when a data update command is generated for a statement without TargetTable.
    • Scripting: Adds method to execute a command from a scripted event.

Correctifs

  • 81349: Add proper order for categories in the Add New...

Released: Mar 23, 2018

Mises à jour de 9.4

Fonctionnalités

  • Improves database access timeout management.

Correctifs

  • 79112: Cannot perform data update operations using DB driver with SequentialWithName parameters binding mode.
  • 79300: Convert DataAbstract and RO SDK to .NET Standard 2.0.
  • 79020: DA LINQ: Count operation on MS SQL 2008 fails with NullReferenceException.
  • 79133: DA SQL: Relax constraints for fields used as result fields for group operations that can return NULL.
  • 78970: Drop obsolete NewDataReader methods from ServiceSchema...

Released: Oct 17, 2017

Mises à jour de 9.3

Correctifs

  • 78547: Cannot execute Schema Command that returns NULL value via one of its OUT parameters.
  • 77701: DA LINQ data adapter crashes on a GroupBy definition generated by DevExpress Pivot component.
  • 78599: DA LINQ: Provide more clear API for canceling changes of a specific table.
  • 77702: DA SQL cannot process queries like 'SELECT NULL FROM TableName'.
  • 78574: DA SQL: Substring method is not supported by SQL Generator.
  • 78186: Improve connection string parser error message.
  • 78575: Incorrect SQL...

Released: May 6, 2016

Mises à jour de 9.0.97

Fonctionnalités

  • This release focused on revising and improving Remoting SDK, the network layer that underlies Data Abstract.

Correctifs

  • 74992: DA LINQ: Query containing intermediate 'into' clause fails Cast Exception.
  • 74972: Obsolete Bin1 streamer code cannot be built anymore due to API changes.
  • 74905: SalesReport table in the sample domain has incorrect parameter types and doesn't use their parameters at all.