Released: Dec 24, 2025
V2025.3.61 での更新項目
機能
dbForge Studio for SQL Server
- Text Editor Improvements
- Added scroll bar annotations.
- Added an option to automatically surround selections.
- Added camelCase formatting for identifiers.
- Other Improvements
- Added search to the Database Diagram.
- Added support for SQL Server Management Studio (SSMS) 22.
- Added an option to adjust column layout so columns fit within the PDF.
- Excluded auto-generated statistics from object descriptions.
dbForge Studio for MySQL
- 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.
- Other Improvements
- Added search to the Database Diagram.
- Added an option to adjust column layout so columns fit within the PDF.
- Implemented a text preview for CLOB data types instead of an icon.
dbForge Studio for Oracle
- Connectivity
- Added support for Oracle AI Database 26ai.
- Text Editor Improvements
- Added scroll bar annotations.
- Added an option to automatically surround selections.
- Added camelCase formatting for identifiers.
- Expanded syntax check for LIST_OBJECTS function calls.
- Other Improvements
- Added search to the Database Diagram.
- Added an option to adjust column layout so columns fit within the PDF.
dbForge Studio for PostgreSQL
- Text Editor Improvements
- Added scroll bar annotations.
- Added an option to automatically surround selections.
- Improved code completion in routines to recognize local variables and parameters inside stored procedure and function bodies.
- Added editor support for SELECT statements.
- Added editor support for INSERT, UPDATE, and DELETE statements.
- Added editor support for the WITH clause.
- Added editor support for the MERGE statement.
- Improved code completion to support named parameters.
- Added camelCase formatting for identifiers.
不具合の修正
dbForge Studio for SQL Server
- Fixed an issue where including a system-versioned table in the comparison caused the synchronization script to include extra dependencies.
- Stopped disabling table versioning during schema synchronization for operations that don't require it.
- Fixed an issue with comparing databases that contain special characters in their names.
- Fixed an issue where Database Explorer failed to retrieve object properties for display in Property Browser.
- Fixed an error that occurred in Query Builder when working with GROUP BY.
- Fixed an issue where floating-point values lost precision when copied to Excel.
dbForge Studio for MySQL
- Fixed an issue where project comparison failed for projects that contained unnamed indexes and keys.
- Fixed an issue with connecting to MySQL servers over SSH.
- Fixed an issue where floating-point values lost precision when copied to Excel.
dbForge Studio for Oracle
- Fixed an error on the Data Formats page in the Data Export wizard.
- Fixed an issue where Query Builder generated incorrect queries for WHERE clauses that contained the TO_DATE function.
dbForge Studio for PostgreSQL
- Fixed an issue with generating scripts that assign comments to tables.