dbForge Studio for MySQL のリリース

Released: Sep 14, 2023

V9.2.128 での更新項目

機能

  • Added support for authentication via AWS Identity and Access Management (IAM).

不具合の修正

  • Fixed an issue with the SSL connection to the server.

Released: Aug 17, 2023

V9.2.105 での更新項目

機能

  • Added support for MySQL v8.1.

不具合の修正

  • Improved table mapping error diagnostics in Data Compare.
  • Removed the automatic creation of an empty debug.log file when opening the Studio.
  • Removed the cause of warnings in database backup scripts; the ALTER TABLE ENABLE KEYS command is applied to MyISAM tables only.
  • Fixed an issue in the table editor that occurred when opening a table with the # character in the title.
  • Improved the modification mechanism for procedures and functions; when saving an...

Released: May 18, 2023

V9.2.34 での更新項目

不具合の修正

  • It is impossible to specify shortcuts for several commands within the 'Generate Script As' section of the data editor pop-up menu.
  • All toolbar and menu buttons are unresponsive within specific environments.
  • Facing parsing errors when performing schema comparison for objects containing specific subqueries.
  • Incorrect encoding within the SET NAMES statement when generating data export script.

Released: Apr 19, 2023

V9.2.5 での更新項目

機能

  • Connectivity
    • Added support for MariaDB v11.3.
    • Added support for Aiven Cloud.
    • Added support for SHA-256/512.
  • Text Editor
    • Enhanced code completion for application-period temporal tables.
    • Added support for a broader range of optimizer hints.
    • Added support for VALUES ... ORDER BY ... LIMIT statements.
    • Added support for TABLE statement.
    • Added support for EXCEPT and INTERSECT statements.
    • Added support for spatial functions ST_LineInterpolatePoint, ST_LineInterpolatePoints, ST_PointAtDistance and ST...

Released: Aug 30, 2022

V9.1.21 での更新項目

機能

  • Added connectivity support for MariaDB 10.10.

不具合の修正

  • Fixed an issue with data modification in tables with an INVISIBLE column in the Data Editor.
  • Fixed a bug that occurred when saving document cache for recovery.
  • Fixed a false syntax check error.
  • Fixed an issue with the synchronization of calculated columns.

Released: Aug 12, 2022

V9.1.8 での更新項目

機能

  • General
    • Added connectivity support for MariaDB 10.9.
    • Added support for Linux and Apple macOS via CrossOver.
  • SQL Document
    • Added support for RETURNING in JSON_VALUE statements.
    • Added formatting options for CREATE EVENT and ALTER EVENT.
  • Database Explorer
    • Added support for editing PACKAGE and PACKAGE BODY in SQL documents.
  • Schema Compare
    • Improved comparison and synchronization of integer datatypes on MySQL 8.0 and Percona 8.0.
  • Object Editor
    • Added support for ASC and DESC sorting of index columns...

Released: May 20, 2022

V9.0.897 での更新項目

機能

  • Improved CrossOver compatibility.

不具合の修正

  • Fixed schema comparison behavior.
  • Fixed error handling.

Released: May 12, 2022

V9.0.890 での更新項目

機能

  • Improved how the dimension of numeric types is determined, for the parameters of procedures and functions.
  • Improved tab activation behavior when executing queries in a SQL document.
  • SSH protocol configuration form now displays local port option.
  • Improved handling of server errors that use hyphenation in procedure and function comments.
  • Added query timestamp to the General output window.
  • Changed opening behavior of the trigger editor and added the ability to view scripts from SHOW CREATE...

Released: Dec 9, 2021

V9.0.791 での更新項目

機能

  • Added support for new privileges during syntax checking.
  • Improved performance when opening a connection.

不具合の修正

  • Fixed an issue that occurred when generating scripts for tables.
  • Fixed an issue with reading table metadata.
  • Fixed an issue with reading session variables when opening a connection.

Released: Dec 1, 2021

V9.0.782 での更新項目

機能

  • Added support for the following syntax constructs:
    • ARRAY.
    • MEMBER OF.
    • JSON_TABLE.
    • JSON_ARRAYAGG.
  • Added the analysis of BOM (Byte Order Markers) availability when opening files with a suggestion to normalize such files.
  • Added the ability to display and edit the original object text in the procedure and function editor.
  • Improved behavior when saving database connections list.
  • Variable parsing now complies with the documentation.
  • Added support for varcharacter[(n)] data type when parsing scripts...