dbForge SQL Complete V6.2.23

Released: Oct 1, 2019

V6.2.23 での更新項目

機能

  • Support for Microsoft SQL Server Management Studio v18.3
  • Code Completion and Snippets Manager Functionality
    • Support for the MIN_ACTIVE_ROWVERSION function
    • Extend Insert Highlight Occurrences feature shows a pop-up with a column name in the VALUES clauses
    • Display MS_Description for Azure objects.
    • Suggest properties for built-in metadata functions (SERVERPROPERTY, FILEPROPERTY, DATABASEPROPERTYEX, etc.)
    • Prompt times zones in AT TIME ZONE.
    • Prompt hint names for USE HINT option.
    • Prompt objects in DBCC SHOW_STATISTICS context.
    • Prompt indexes in WITH clauses.
    • Suggest GENERATED ALWAYS AS ROW START options in the Completion List.
    • Display property names for SERVERPROPERTY functions.
    • Support for DBCC CHECKIDENT command.
    • Exclude IDENTITYCOL and $IDENTITY when unfolding an asterisk.
  • SQL Сode Navigation Functionality
    • Jump between BEGIN TRY/END TRY and BEGIN CATCH/END CATCH.
    • Jump between CASE and END.