Lançamentos do DataGrip

Released: Nov 25, 2020

Atualizações na 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

Atualizações na 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

Atualizações na 2020.1.5

Recursos

  • 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...

Released: May 29, 2020

Atualizações na 2020.1.4

Correções

  • 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

Atualizações na 2020.1.3

Recursos

  • 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...

Released: Apr 22, 2020

Atualizações na 2020.1.2

Correções

  • Fixed problem that caused extremely high CPU usage.

Released: Apr 20, 2020

Atualizações na 2020.1.1

Correções

  • Using Cmd/Alt+1 to open the Database tree view also passes focus to it.
  • Always Select Opened Element in the Services tool window can be disabled.
  • Parts of cells from in-editor results can be copied.

Released: Apr 6, 2020

Atualizações na 2020.1

Recursos

Run configurations

  • Configuration for running script files - Before, you could only run files one by one. This could be especially frustrating if the files included dependencies and the order was crucial. Now, you can run several files at once. Choosing to run multiple files creates the run configuration. In this configuration, you can reorder the files, add new ones, and run other programs or configurations before launch. Your run configuration will be saved automatically. If you want...

Released: Mar 17, 2020

Atualizações na 2019.3.4

Recursos

  • Added subquery folding feature.

Correções

  • Can't Synchronize Schemas with latest Redshift drivers.
  • CSV/TXT Import to MSSQL Database without importing an id value.
  • "Preview update" does not work when table is not introspected.
  • Fixed the false positive in the Unused expression inspection.
  • Fixed the false positive in the Redundant COALESCE inspection.

Released: Feb 13, 2020

Atualizações na 2019.3.3

Correções

  • The right schema is now used when adding a foreign key constraint to a table.
  • Auto sync is working after a DROP followed by a CREATE statement.
  • No more freezes in JOIN completion.
  • [Oracle] The OracleSqlPlus dialect is back.
  • [ClickHouse] Deleting rows works as expected.
  • [BigQuery] Identifiers are quoted using back quotes.
  • [BigQuery] LIMIT and OFFSET are generated when opening a table’s data.