dbForge Studio for MySQL 新版本发表

Released: May 11, 2026

V2026.1.31 中的更新

特性

  • AI Assistant
    • Improved AI Assistant by adding support for database index metadata.
  • Schema Compare
    • Added the 'Discard Changes' option to the Objects Filter toolbar.
  • Text Editor
    • Added the 'Enclose identifiers in quotes' feature to the SQL Editor.
    • Added index name suggestions in code completion.
    • Added indexed column icons in Quick Info.
    • Added the ability to pin document tabs.
  • Improvements
    • Added the ability to restore document tab order.
    • Enabled data generation for columns with unsupported data...

Released: Mar 25, 2026

V2025.3.149 中的更新

修补程序

  • Fixed an issue that caused long response times from MySQL and MariaDB servers when executing certain queries that referenced non-existent objects.
  • Fixed script generation for MySQL PARTITION BY LIST COLUMNS.

Released: Feb 12, 2026

V2025.3.107 中的更新

修补程序

  • Several minor bugs have been fixed.

Released: Jan 29, 2026

V2025.3.93 中的更新

特性

  • Improved support for SET TRANSACTION syntax on MySQL and MariaDB servers.
  • Simplified the behavior of database object editors when saving changes fails. The editor now stays in its pre-save state, with options to refresh it with the current object from the server, reapply the same changes, or generate them as a script for troubleshooting.

Released: Dec 24, 2025

V2025.3.61 中的更新

特性

  • Connectivity
    • Added support for AWS RDS Proxy with caching_sha2_password authentication.
    • Added support for MySQL 9.5.
    • Added support for MariaDB 12.2.
  • Query Profiler Improvement
    • Added an execution plan diagram to MySQL Query Profiler.
  • Text Editor Improvements
    • Added scroll bar annotations.
    • Added an option to automatically surround selections.
    • Added support for SHOW BINARY LOG STATUS.
    • Added support for CREATE OR ALTER USER, SET PASSWORD, and CREATE ROLE.
    • Added camelCase formatting for identifiers...

Released: Nov 20, 2025

V2025.2.138 中的更新

修补程序

  • Fixed the insertion of line breaks when 'Replace with: \n' and 'Use: Regular Expressions' are selected.

Released: Oct 31, 2025

V2025.2.109 中的更新

修补程序

  • Fixed the "An entry with the same key already exists" error in the Documenter.
  • Resolved an issue with displaying the tooltip for a document bookmark, where the tooltip window overlapped the document bookmark.

Released: Oct 23, 2025

V2025.2.91 中的更新

特性

  • Added a Flatten Column Details button to consolidate column information into a concise format.
  • Added the ability to select an alternative folder for saving.

修补程序

  • Fixed an error that occurred when saving a file due to the user lacking access to the folder.
  • Fixed an issue with generating documentation for views.
  • Fixed the exception caused by the presence of the SYSDATE function in scripts under version control.
  • Fixed an error that occurred when creating a document - duplicates of privileges on...

Released: Sep 23, 2025

V2025.2.37 中的更新

特性

  • AI Assistant
    • Introduced automatic error submission from the Error List to AI chat for detailed explanations and suggested fixes.
    • Added a Web Search option in the AI Assistant chat, allowing searches across Devart documentation, website, and blog.
  • Connectivity
    • Added support for MySQL 9.4.
    • Added support for MariaDB 12.
  • Improvements
    • Improved encryption capabilities.
    • Added tooltips to the SQL document tab, showing connection and database names, document owner, full file path, and server version...

Released: Aug 21, 2025

V2025.1.230 中的更新

特性

  • Expanded code completion suggestions for the UPDATE SET clause to include columns from the updated table.
  • Added the processing of a server error that could occur when executing SHOW PROFILES.
  • Added a support for the 'engine_name' expression in ENGINE [=] engine_name.

修补程序

  • Fixed an issue with queries that return user descriptions.
  • Fixed an issue where data type specifications were duplicated during CRUD generation.
  • Fixed an issue with code completion suggestions after CAST functions.
  • Fixed an...