Lanzamientos de MySQL Data Access Components (MyDAC)

Released: Feb 19, 2024

Actualizaciones en 12.1.0

Características

  • Added support for Lazarus 3.0.

Correcciones

  • Fixed bug with getting warning message of using bmBinary mode.
  • Fixed bug with assertion failure or AV in batch operation.

Released: Nov 15, 2023

Actualizaciones en 12.0.0

Características

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for MariaDB 11.
  • Added support for Apple macOS Sonoma.
  • Added support for Android 13.
  • Added support for Apple iOS 17.
  • Added support for 'the mysql_clear_password' authentication mechanism.
  • Added support for nested macros in SQL queries.
  • Added Display Format for Aggregate fields.
  • Added support for SHA-2 (SHA-256, SHA-512) in hash encryption algorithms.

Correcciones

  • Fixed BLOB bug when using the SJIS charset.
  • Fixed bug...

Released: Mar 17, 2023

Actualizaciones en 11.3.0

Características

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file with TEncoding via the Dump...

Released: Sep 12, 2022

Actualizaciones en 11.2.0

Características

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Improved performance when exporting to XML.

Correcciones

  • Fixed bug with "Record changed by another user" error when LockMode <> lmNone and using encryption.
  • Fixed bug with truncation of milliseconds of DateTime...

Released: Apr 12, 2022

Actualizaciones en 11.1.1

Características

  • Added support for Embarcadero RAD Studio 11.1 Alexandria.
  • Added support for Lazarus 2.2.0.
  • Added support for Microsoft Windows 11.
  • Added support for Apple macOS Monterey.

Correcciones

  • Fixed bug with fkInternalCalc field after calling the Refresh method.
  • Fixed bug with resetting param values when changing param values count.
  • Fixed bug with a "Refresh failed" on Post when RefreshOption = roAfterInsert and SQL contains the same PK more than once.
  • Fixed bug with an "Unknown column...

Released: Dec 9, 2021

Actualizaciones en 11.0.2

Características

  • Added PoolId connection option.

Correcciones

  • Fixed bug with an "Unknown column" error when adding record when RefreshOption = roAfterInsert.
  • Fixed bug with leading spaces getting trimmed in strings loaded from XML in VirtualTable.
  • Fixed bug with freezing multiply connection pools in threads.
  • Fixed bug with using the AsDate property when working with fields of the ftDate type.
  • Fixed bug with updating the state of records at applying cached updates.

Released: Sep 13, 2021

Actualizaciones en 11.0.1

Características

  • Added support for Embarcadero RAD Studio 11 Alexandria.
  • Added support for Apple macOS ARM.
  • Added a demo project for FastReport FMX.

Correcciones

  • Fixed bug with an "Unknown column" error on Post when RefreshOption = roAfterInsert.
  • Fixed bug with setting a DateTime value before the year 1800 to TTimeField.
  • Fixed bug with using a BLOB field in the IndexFieldNames property of the DataSet component.
  • Fixed bug with memory leak on Locate by field with data type mapping.
  • Fixed bug with...

Released: Jul 14, 2021

Actualizaciones en 10.4.4

Características

  • Added support for TFieldOptions.

Correcciones

  • Fixed bug with applying both Encryption and Data Type Mapping on a BLOB column.
  • Fixed bug with AV after adding the Lookup field to a prepared DataSet.

Released: Apr 6, 2021

Actualizaciones en 10.4.3

Correcciones

  • Demo compatibility with new a version of SecureBridge has been fixed.
  • Fixed bug with assigning a BLOB parameter when the source data is loaded via the TParam.LoadFromStream method.

Released: Mar 26, 2021

Actualizaciones en 10.4.2

Características

  • Added support for Lazarus 2.0.12.

Correcciones

  • Fixed a bug with the "Prepared statement contains too many placeholders" error in batch operations.
  • Fixed a bug with the ConvertEOL connection option.
  • Fixed a bug with AV in applications using DBMonitor.
  • Fixed a bug with committing a transaction when LockMode = lmPessimistic.
  • Fixed a bug with getting values of calculated fields.