GoLand 2019.2.3

Released: Oct 7, 2019

2019.2.3 での更新項目

不具合の修正

  • Editable postfix templates do not work when you define them on custom types.
  • Modify Table dialog shows several DDL commands even when a user didn't modify something.
  • Go Completion
    • Method-like function completion shouldn't reformat raw string.
    • Postfix completion fails at getting error type.
  • Go Debugger
    • Evaluate expression cannot evaluate delegated method calls.
    • Debugger doesn't show entire string value containing non-ascii symbols.
    • Evaluate and Log does not print result of in debug console.
  • Go Formatter
    • Wrong alignment in const/var blocks.
    • "Imports are not sorted" warning is not disappearing after manual sorting imports.
    • Wrong indent after if with multiline condition.
    • Empty line is removed between left branch and a comment in a literal value.
    • Indent not correct since 2019.2.
    • Update import rules and aliases to match the new version of goimports.
    • Wrong indent in block inside switch case.
  • Go Refactorings
    • Change signature should not update return for recursive calls.
  • DB Connectivity
    • Error: "No subject alternative DNS name matching localhost found." when connecting to Redshift with "Use SSL" enabled.
    • DataGrip Login.
  • DB Console
    • Can't execute selected part of SQL query in .cs file.
  • DB Refactoring
    • Invalid Nullable type composition for ClickHouse LowCardinality.
  • Data Import and Export
    • Can't import data from a CSV that includes IDENTITY column data to a SQL Server table.
  • Data Views
    • Set NULL via typing.
  • SQL Generation
    • Procedure is missed in Generate menu.
  • SQL Highlighting
    • Syntax highlight for ASYMMETRIC KEY.
    • SQL error when using quoted shame and a table name starting with a number on 2019.2.2.
    • Columns referenced from PostgreSQL variables with RECORD data type result in unresolved reference error.
    • IDE doesn't recognize 'VALUES (expression) table value constructor' in MariaDB 10.3 and above.
    • Intention 'Replace IN expression...' corrupts code.
  • JavaScript
    • Code analysis is broken after the IDE update.