DataGrip 2020.1.5

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 alert box to confirm that you want to perform this action.
  • If an Oracle database wants you to change an expired password, you can now do so from the DataGrip UI. This works for versions from Oracle 12.2 if you use the standard JDBC driver. If you use the OCI driver, it also works for older versions.

不具合の修正

  • Fixed issue with SQL Server Authentication on Windows.
  • Forced execution in read-only mode now runs the correct query.
  • Schemas comparator respects column order.
  • DataGrip no longer throws a time zone error for versions of PostgreSQL before 10.
  • [Snowflake]: The Modify Table dialog generates valid code.