MySQL Data Access Components (MyDAC) 13.0.0

Released: Sep 17, 2025

13.0.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added support for MariaDB 12.
  • Added extended support for the Vector data type.
  • Added support for the UUID data type in MariaDB 10.7 and later.
  • Added support for the INET4 and INET6 data types in MariaDB 10.10 and later.
  • Added support for Bearer Token authentication when connecting through HTTP tunnel.
  • Added the InsertBatchSize option for the TMyDump component to be able to set the size of the SQLInsert query.
  • Added the AnsiQuotesMode option to set the ANSI_QUOTES value for the sql_mode variable.
  • Added support for system proxy settings to the TProxyOptions class for HTTP tunneling.
  • Added the Pooled function to the TCustomDAConnection component.
  • Added support for ReportBuilder 23 in the Demo project.
  • Improved trigger backup with TMyDump.

不具合の修正

  • Fixed a bug with double-quoting of the database name when performing a backup with TMyDump.
  • Resolved an issue with TMyDump that occurred when a database name contained reserved words.
  • Resolved an issue where connecting to MySQL 4.0 or earlier caused the "sql_mode is not supported in MySQL versions 4.0 and earlier" error.
  • Resolved an issue where all connections were removed from the pool if TPoolingOptions.MinPoolSize was set to a value greater than 0.
  • Resolved an issue where getting the record count failed if the query contained an ORDER BY clause.
  • Resolved an issue with C++Builder compilation.
  • Resolved an issue that caused a memory leak in the GetIPInterfaces procedure.
  • Fixed paths in *.dproj files for IOHandlers and updated the documentation.