dbForge SQL Complete のリリース
Released: Sep 16, 2020
V6.6.12 での更新項目
不具合の修正
- Fixed an issue where SSMS was hanging when navigating through scripts with lots of temporary tables.
- Fixed an issue where columns that had multiple description properties specified were duplicated within the completion list.
- Fixed an issue where SSMS was hanging when trying to rename an alias.
- Fixed an issue with incorrect quotations when exporting data to CSV format.
- Fixed an issue where the 'OBJECT_ID' was present in the completion list twice.
- Fixed an issue where a CSV file with...
Released: Sep 1, 2020
V6.6.7 での更新項目
機能
- Added column sensitivity classification information into the completion list and quick info. The statements to add and drop such classifications are also suggested in the completion list.
- Added export settings for CSV file format.
- Added an option to tune the accuracy of decimals for Grid Aggregates.
- Added the ability to export Execution History to CSV file format.
- Added the ability to convert stored routines into a script for procedures with incomplete parameters or with no parameters...
Released: Aug 18, 2020
V6.5.48 での更新項目
不具合の修正
- Issue with restoring connection for cached documents in add-in due to the error when running SSMS 18.6.
- Missing hard brackets on object schema name when generating ALTER scripts for procedures and functions under the caret.
- Issue with code completion for SELECT queries without alias in the Express edition of the add-in.
- Absence of a table declared in an SQL file in completion list in case if the document is not currently connected to a server.
- Critical failure of the add-in when trying to...
Released: Aug 3, 2020
V6.5.38 での更新項目
不具合の修正
- Issue restoring connection for cached documents in add-in due to error when running SSMS 18.6.
- Missing hard brackets on object schema name when generating ALTER scripts for procedures and functions under the caret.
- Improper work of code completion for SELECT queries without alias in the Express edition of the add-in.
- Absence of a table declared in SQL file in completion list if the document is not connected to a server.
- Critical failure of the add-in when trying to format SQL files larger...
Released: Jul 9, 2020
V6.5.27 での更新項目
不具合の修正
- Fixed user-reported bugs.
Released: Jun 9, 2020
V6.5.23 での更新項目
機能
- Added full support for Microsoft SQL Server 2019.
- Added SQL Complete Standard Edition.
- Added properties for built-in metadata functions (SERVERPROPERTY, FILEPROPERTY, DATABASEPROPERTYEX, etc.).
- Added temporary table suggestions.
- Added OPENJSON object suggestions.
- Added support for the following functions: NEWSEQUENTIALID, CERTPRIVATEKEY, CERTENCODED, PWDENCRYPT and PWDCOMPARE
- Added support for the following SQL statements: GRANT ALTER ANY SECURITY POLICY, GRANT ALTER ANY SENSITIVITY...
Released: Mar 17, 2020
V6.4.28 での更新項目
不具合の修正
- Fixed formatting problem.
- Fixed installation problem.
- Fixed problem with splitter in a SQL document.
- Fixed reactivation problem.
- Fixed other user reported bugs.
Released: Feb 20, 2020
V6.4.15 での更新項目
機能
- Code Debugger for SQL Server - The Code Debugger allows you to investigate the run-time behavior of your database objects and locate logic errors. It also includes support for step-by-step execution, call stack browsing, breakpoints, and watches.
- Copying results from the Aggregate Panel - To copy a value, double-click it or select it with the cursor and press Ctrl+C. Alternatively, double-click the value you want to copy and select the Copy command from the context menu that appears.
- Modified...
Released: Dec 18, 2019
V6.3.16 での更新項目
機能
- Added new formatting profiles: Collapsed, Commas before, Indented, Right aligned, Compact, Extended, and MSDN SQL.
不具合の修正
- Fixed problem with rename alias.
- Fixed problem with incorrect registry key editing.
- Fixed other user reported bugs.
Released: Oct 31, 2019
V6.2.37 での更新項目
不具合の修正
- Problems with SSMS crash.
- Problem sending Trace Log.
- Problems with incorrect formatting IsNull().