DataGrip のリリース

Released: Apr 7, 2022

2022.1.x での更新項目

2022.1.5

Updated Jun 7, 2022

Features

  • [Snowflake] Added the ability to skip table stage property introspection if it’s taking too long to get the properties.
  • TiDB is now detected, and DataGrip only uses statements that are supported by the database.
  • [Exasol] Added support for 'IMPERSONATE' command.

Fixes

  • [ClickHouse] Fixed type deduction for map literals.
  • [PostgreSQL and Azure] Fixed the introspection problem that was occurring when several databases were selected in one data source.
  • [Oracle...

Released: Nov 23, 2021

2021.3.x での更新項目

2021.3.4

Updated Jan 19, 2022

Fixes

  • [PostgreSQL, Greenplum, Redshift]: The introspector is now more stable if errors occur.
  • Synonym quick info now displays information about the target object.
  • The console toolbar disappears automatically after session detach for non-SQL files.
  • [PostgreSQL]: DataGrip will automatically re-run queries without CTID if it causes an error in Postgres Citus.
  • [Azure]: Fixed Copy Table to… when the action is invoked from the context menu or from Find Action.
  • After...

Released: Jul 27, 2021

2021.2.x での更新項目

2021.2.4

Updated Oct 8, 2021

Features

  • [Vertica] Added support for the LIMIT OVER syntax.
  • [PostgreSQL] Added support for custom search paths inside routine definitions.

Fixes

  • [Oracle] The Driver class 'Files' not found warning is no longer falsely triggered when connecting via TNS.
  • Directories are now attached correctly.
  • [Oracle] Fixed the bug that occurred when trying to alter a table that contained a partitioned table with an "update indexes" expression.

2021.2.3

Updated Sep 30, 2021

Features...

Released: Apr 1, 2021

2021.1.x での更新項目

2021.1.3

Updated Jun 8, 2021

Fixes

  • Fixed problem of bad handshakes with old servers:
    • Due to their security policy, Java dropped the usage of the TLSv1 and TLSv1.1 protocols. This caused a problem when connecting to old servers that accept only these protocols. As a fix, you now have the ability to explicitly turn on these protocols, though you need to keep in mind that doing so results in vulnerability issues.
    • There may also be problems connecting to MySQL, even if the database supports the...

Released: Nov 25, 2020

2020.3.x での更新項目

2020.3.2

Updated Jan 28, 2021

Fixes

  • The problem with freezes on Test Connection has been fixed.
  • Athena introspection works again.
  • The Submit changes immediately option is back.
  • The JDBC URL is not pasted in the data source name by default.

2020.3.1

Updated Dec 24, 2020

Features

  • Added support for Apple Silicon.
  • Added new forgotten comma inspection.
  • Added new Inline CTE which allows you to create a subquery instead of using common table expressions.
  • All MongoDB SSL modes are now available.

Fixes...

Released: Jul 28, 2020

2020.2.x での更新項目

2020.2.3

Updated Sep 17, 2020

Fixes

  • The username and password fields no longer disappear.
  • When updating the source code, if a new version contains errors and fails to be submitted, you’ll now see a prompt to restore the previous version.
  • [SQL Server] Submit changes to database works again for procedures.

2020.2.1

Updated Aug 19, 2020

Fixes

  • Bug causing the parameters pop-up to appear instead of the context menu has been fixed.
  • No more freezes when editing CSV files.
  • Code completion inside OVER...

Released: Jun 25, 2020

2020.1.5 での更新項目

機能

  • Added new quick-fix: Refresh Schema. If your colleague adds a new object after you have already refreshed your database, this fix will make sure your query is properly highlighted.
  • Renamed migration buttons in schema comparator to make it clearer what they actually do.
  • If you create a DDL data source, the sources folder will now automatically be attached to the project.
  • If you try to change the DDL of the target table during the data import process, DataGrip will now double-check this with an...

Released: May 29, 2020

2020.1.4 での更新項目

不具合の修正

  • Fixed a time zone error affecting PostgreSQL versions prior to 10.
  • DataGrip no longer refreshes the database after running a query in read-only mode.
  • Targets in the Run Configuration dialog are now filtered by dialect.

Released: Apr 30, 2020

2020.1.3 での更新項目

機能

  • The data editor tab now appears automatically for CSV files.
  • Pasting to the data editor now automatically creates new rows.
  • The data editor now allows for scrolling beyond the last row.
  • The file name is now pre-selected in the dump data dialog.
  • The dedicated node for trigger functions has now been added to the database tree view.
  • [MongoDB]: Collection references specified as string literals are now resolved correctly.
  • [Redshift] Support for the syntax of materialized views has been added.

Released: Apr 22, 2020

2020.1.2 での更新項目

不具合の修正

  • Fixed problem that caused extremely high CPU usage.