Lancements de MySQL Data Access Components (MyDAC)

Released: Mar 2, 2021

Mises à jour de 10.4.1

Fonctionnalités

  • Added support for Embarcadero RAD Studio 10.4.2 Sydney.
  • Added support for Apple macOS 11 Big Sur.
  • Added support for Apple iOS 14.
  • Added support for Android 11.
  • Added LastWarningCount property to TMyConnection.
  • Added OnWarning event to TMyConnection.
  • Improved batch operation performance.
  • Improved performance of the FindFirst, FindNext, FindLast and FindPrior methods.

Correctifs

  • Fixed bug with the 'TableName cannot be empty' assertion when opening a query.
  • Fixed bug with dumping...

Released: Sep 14, 2020

Mises à jour de 10.3.2

Fonctionnalités

  • Release 1 is now required for RAD Studio 10.4 Sydney, Delphi 10.4 Sydney and C++Builder 10.4 Sydney.

Correctifs

  • Fixed the incompatibility of DatasetManager with RAD Studio 10.4 Release 1.
  • Fixed a bug with values getting cut off after calling the SHOW CREATE FUNCTION statement for MySQL 5.0.x.

Released: Aug 26, 2020

Mises à jour de 10.3.1

Fonctionnalités

  • Added support for Lazarus 2.0.10 and Free Pascal Compiler (FPC) 3.2.0.
  • Improved the performance of Batch Insert, Update and Delete operations.

Released: Jun 1, 2020

Mises à jour de 10.2.4

Fonctionnalités

  • Added support for RAD Studio 10.4 Sydney.
  • Added support for Lazarus 2.0.8.
  • Added support for macOS 64-bit in Lazarus.

Released: Mar 10, 2020

Mises à jour de 10.1.3

Correctifs

  • Fixed bug installing different editions of two or more DACs in a single system.
  • Fixed bug with TMyDump when the TMyDump.Options.FieldsAsString = True.
  • Fixed bug with an empty error message when invoking the TMyQuery.Prepare method.
  • Fixed bug handling comments in a SQL statement.
  • Fixed bug with SQL statements that contain fields with the same name from different tables.
  • Fixed bug executing SQL statements that contain comments using the Script component.
  • Fixed bug resetting the value of...

Released: Nov 26, 2019

Mises à jour de 10.1.2

Fonctionnalités

  • Support for Android 64-bit.
  • Support for Lazarus 2.0.6.
  • Support for OpenSSL 1.1 library.

Released: Jul 22, 2019

Mises à jour de 10.0.1

Fonctionnalités

  • Added support for macOS 64-bit.

Released: Jun 24, 2019

Mises à jour de 9.4.10

Fonctionnalités

  • Added support for Lazarus 2.0.2.
  • Improved performance of TMyDump for data dumping from a query.
  • Improved performance of describing stored procedures.
  • Improved multi-threading support.
  • Added DefaultSortType property for TVirtualTable.
  • Improved performance of TVirtualTable SaveToFile/LoadFromFile methods.

Released: Nov 26, 2018

Mises à jour de 9.3.8

Fonctionnalités

  • RAD Studio 10.3 Rio support.
  • Support for PAM and Windows authentication.
  • Support for UPPER and LOWER functions for Unified SQL.
  • Added TMyConnection.OnDialogAuthPlugin event.

Released: Jul 9, 2018

Mises à jour de 9.2.6

Fonctionnalités

  • Added support for Lazarus 1.8.4.
  • Added support for MySQL 8.
  • Added support for Support for sha2_password, caching_sha2_password authentications.
  • Improves performance of batch operations.
  • Added demo projects for IntraWeb 14.

Correctifs

  • Fixed bug with application freezing when using stored procedures.
  • Fixed bug using LongStrings.
  • Fixed bug updating a record when using the OnFilterRecord event handler.
  • Fixed bug using encryption and CacheCalcFields.
  • Fixed bug using a backslash in the...