DataGrip のリリース
Released: Aug 1, 2019
2019.2.1 での更新項目
不具合の修正
- No more high memory usage, leading to total freezes.
- Fixed problems with failed startup on Linux.
Released: Jul 30, 2019
2019.2 での更新項目
機能
Services tool window
- Observe and manage all the connections.
- Every connection has its own node under the corresponding data source. If the small green light on the icon is on, it means that the connection is live. You can easily close a connection by using the context menu.
- You can view all the service types as nodes, or alter the view to see them as tabs. Use the Show in New Tab action from the toolbar, or simply drag the node you need onto the title bar of the Services tool window.
- The...
Released: Apr 3, 2019
2019.1 での更新項目
機能
New DBMS support
- Greenplum is an analytics database based on PostgreSQL. It is currently developed by Pivotal and the open source community.
- Vertica is column-oriented storage designed to handle large volumes of data.
- Apache Hive is a data warehouse built on top of Apache Hadoop for providing data query and analysis.
- Snowflake is a cloud-based data-warehouse. In 2019.1 DataGrip supports only SQL dialect, the introspection support comes later.
Connection dialog
- General
- Re-arranged the fields...
Released: Nov 28, 2018
2018.3 での更新項目
機能
Database objects
- Cassandra database - Write queries, observe data, and generate scripts.
- Generate SQL files for the selected objects - Now, if you use the SQL Generator to get the DDL from objects, you can also generate the SQL files for these objects.
- PostgreSQL extensions - DataGrip now supports extensions in PostgreSQL.
- Data source quick doc - The quick doc for the data source now displays statistics including the number of different objects.
Code completion
- Automatic aliases - A new...
Released: Jul 30, 2018
2018.2 での更新項目
機能
- Full SQL log - See every query that DataGrip runs in the console output. Whether it’s your SQL or something DataGrip needs to run internally, check the Output tab to understand what’s going on.
- SQL log file - All queries from the IDE are now logged in a text file.
- New SQL formatter - You can create custom Code Style schemes and any of them can be used specifically for each data source.
- Running stored procedures - This long-awaited feature has been implemented. Select Execute from the context...
Released: Apr 5, 2018
2018.1 での更新項目
機能
- SQL log - While updating data you can now see which particular queries DataGrip is running.
- Schema switch mode - Now you can tell DataGrip how to switch schemas. The following settings are available:
- Automatic: DataGrip can switch schemas during internal operations when defining the context.
- Manual: DataGrip cannot switch schemas during internal operations. However, you can switch them manually via the switcher in the top-right corner.
- Disabled: If you work with pg_bouncer, no more wildcat...
Released: Dec 7, 2017
2017.3 での更新項目
機能
- Database tree view
- Group data sources - Press F6 or choose Move to group… from the context menu.
- Drag-and-drop multiple objects - Now you can drag-n-drop several objects from the database tree view to an editor.
- Managing schemas - Replaced the Schemas… node in the database tree with the lightweight hover, showing the number of schemas is currently displayed. Click on it to add or hide schemas.
- New supported objects - Users and roles are now displayed in PostgreSQL and AWS Redshift. Foreign...
Released: Jul 27, 2017
2017.2 での更新項目
機能
- New DBMS support Microsoft Azure and Amazon Redshift - Microsoft Azure is similar to SQL Server, so DataGrip adds a dedicated driver, UI for adding the data source and some enhancements in the introspection. For Amazon Redshift the introspection is now incremental. This means that only modified objects will be refreshed in a database tree after any operation instead of all objects. Also, DataGrip now supports specific cases in SQL grammar which are different from PostgreSQL. For example...
Released: Mar 21, 2017
2017.1 での更新項目
機能
Database tree
- New schema management - Now the schema selection UI is a tree with the ability to choose if you want to introspect the current schema/database or, all schemas/databases. ‘Schemas...’ node in the database view will also show this tree. The Schemas tab comes back to the data source properties dialog. We added the Pattern field where you can describe what you want to be introspected. The Ctrl+Q shortcut will give you information about the syntax.
- SQL resolution scopes - Now, you...
Released: Nov 29, 2016
2016.3 での更新項目
機能
- Source Code Storage
- Find usages inside views/procedures - Now DataGrip lets you find usages of tables/views inside other views, stored procedures and functions.
- Triggers support - Now DataGrip shows triggers in all popular management systems: MySQL, PostgreSQL, SQL Server, Oracle and Sybase.
- Open DDL in console - In addition to Copy DDL, there is now a new action in the context menu: Open DDL in Сonsole.
- Materialized views in PostgreSQL - Source code is now available and materialized views...