Lanzamientos de DataGrip

Released: Dec 6, 2023

Actualizaciones en 2023.3

Características

Data visualization

  • Added the ability to visualize data using the Lets-Plot library integration. The visualization is available on all three types of grids:
    • Main tab: When you open the table, view, or CSV file, the plot is displayed in split mode.
    • Result tab: When you observe the result of a query in the Services tool window, the plot can be displayed instead of the grid.
    • In-editor results: You can display the plot instead of the grid.

New import functionality

  • The import...

Released: Jul 20, 2023

Actualizaciones en 2023.2.x

2023.2

Updated Jul 20, 2023

Features

  • User Interface
    • New UI:
      • The new UI is now enabled by default.
      • Introduced the alternate Light with Light Header option to the Light theme, featuring matching light colors for window headers, tooltips, and notification balloons.
      • All the toolbar icons in DataGrip have been moved to the header. The list of icons here is fixed by default: Database Explorer, Services, and Files.
    • Improved main toolbar customization - Expanded customization options for the whole...

Released: Mar 28, 2023

Actualizaciones en 2023.1.x

2023.1.2

Updated May 17, 2023

Features

  • Snowflake
    • The LIKE ALL operator is now supported.
    • New aggregate functions are now supported.
    • The functions MIN_BY and MAX_BY are now supported.
    • Added support for string literals as a body for Snowflake Scripting procedures.

Fixes

  • A memory leak that occurred when exporting data to a file has been fixed.
  • Add/Clone/Delete Column menu items no longer disappear when editing a CSV file in table mode.
  • Several bugs in the SQL formatter have been fixed.
  • The source...

Released: Dec 1, 2022

Actualizaciones en 2022.3.x

2022.3.3

Updated Jan 12, 2023

Features

  • Adds auto-refresh feature allowing you to run queries periodically.
  • Setup auto-refresh for sessions in Virtual views to monitor sessions in real time.
  • Added a list of settings to the Object Migration dialog.
  • Diagnostic Refresh log adds more details related to obtaining stored object sources. This helps investigate problems when some object sources are not retrieved by the introspector properly.

Fixes

  • The Custom color chooser for databases now works...

Released: Jul 21, 2022

Actualizaciones en 2022.2.x

2022.2.5

Updated Sep 29, 2022

Fixes

  • Fixed the DataGrip freezing issue that occurred due to INSERT AS SELECT queries.
  • Database renaming now works correctly.
  • [PostgreSQL]: Fixed the bug with incorrect max values for BIGINT identity columns.
  • [Microsoft SQL Server]: INCLUDE columns are now recognized correctly.
  • [PostgreSQL]: Fixed the issue with extra grant/revoke permissions.
  • [Snowflake and BigQuery]: QUALIFY clause is now supported.
  • [BigQuery]: Database introspection now works correctly...

Released: Apr 7, 2022

Actualizaciones en 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

Actualizaciones en 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

Actualizaciones en 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

Actualizaciones en 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

Actualizaciones en 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...