MySQL Data Access Components (MyDAC) Releases
Released: Jan 20, 2025
Updates in 12.3.2
Funktionen
- Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.
Fehlerkorrekturen
- Fixed a bug causing an assertion failure when using the TCRSSHIOHandler component with FetchAll set to False.
- Fixed an issue with handling stored procedures when SELECT privileges were not granted.
- Fixed an issue with the SaveToXML method of the TMemDataSet class and its descendants, which occurred when saving UUID fields.
- Fixed a bug that occurred when calling the RefreshRecord...
Released: Oct 24, 2024
Updates in 12.3.1
Funktionen
- Added support for Lazarus 3.6.
- Restored support for RAD Studio 12 Athens Release 1.
Released: Sep 27, 2024
Updates in 12.3.0
Funktionen
- Added support for Embarcadero RAD Studio 12 Athens Release 2.
- Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
- Added support for Lazarus 3.4.
- Added C++Builder demo components for working with SecureBridge.
- Added a demo with the new version of SecureBridge components.
- Added the WriteBOM property for TMyDumpOptions.
Fehlerkorrekturen
- Fixed bug with AV on closing application when Pooling=True in MySQL Embedded.
- Fixed bug with incorrect behavior of...
Released: May 1, 2024
Updates in 12.2.1
Funktionen
- Release 1 for Embarcadero RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.
Fehlerkorrekturen
- Fixed internal bug with TSharedObject.
Released: Apr 24, 2024
Updates in 12.2.0
Funktionen
- Added support for Embarcadero RAD Studio 12 Athens Release 1.
- Added support for Lazarus 3.2.
Fehlerkorrekturen
- Fixed bug with incorrect executing of internal Rollback.
Released: Feb 19, 2024
Updates in 12.1.0
Funktionen
- Added support for Lazarus 3.0.
Fehlerkorrekturen
- Fixed bug with getting warning message of using bmBinary mode.
- Fixed bug with assertion failure or AV in batch operation.
Released: Nov 15, 2023
Updates in 12.0.0
Funktionen
- 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.
Fehlerkorrekturen
- Fixed BLOB bug when using the SJIS charset.
- Fixed bug...
Released: Mar 17, 2023
Updates in 11.3.0
Funktionen
- 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
Updates in 11.2.0
Funktionen
- 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.
Fehlerkorrekturen
- 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
Updates in 11.1.1
Funktionen
- 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.
Fehlerkorrekturen
- 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...