DataGrip 新版本發表

Released: Jan 28, 2025

2024.3.4 中的更新

修補程式

  • Database Explorer
    • Made the "Data Sources..." button on the toolbar always enabled.
  • General
    • Loading data sources takes a long time upon opening (exception: Write-unsafe context).
  • Introspection
    • Insufficient result space to convert uniqueidentifier value to char.
    • NPE and failed introspection if default dataset is not specified.
  • Query Console
    • Missing Transaction isolation levels.

Released: Dec 20, 2024

2024.3.3 中的更新

特性

  • Updated Snowflake JDBC up to 3.20.0.
  • Updated PostgreSQL JDBC up to 42.7.3.

修補程式

  • AWS profile authentication is absent in Athena 3.1.0 drivers.
  • SQL Server: Introspection fails with 'Invalid column name 'is_system'.

Released: Dec 5, 2024

2024.3.2 中的更新

修補程式

  • Data Import/Export
    • Can't import to table with computed / generated columns.
  • Database Explorer
    • Quick Documentation in Database Explorer is not working any more.
    • Schema pattern is not working anymore (can't open schema chooser).
  • Introspection
    • Default schema is not detected correctly (IDE shows 'guest' as a default if database is not specified in data source settings).

Released: Nov 28, 2024

2024.3.1 中的更新

特性

  • Code Highlighting
    • Added support for 'execute immediate' statement.

修補程式

  • Code Highlighting
    • MariaDB dialect shows error when attempting EXECUTE <statement> USING <expression>.
    • 'Row' keyword is not backticked/escaped when inserting row to table.
  • Connectivity
    • Split MongoDB driver in DataGrip (use v1.18 for MongoDB 3.X and v1.19+ for MongoDB 4.0 and newer versions).
    • Unable to connect to Oracle Database: Driver class 'com.intellij.execution.rmi.RemoteServer' not found.
  • Query Console...

Released: Nov 14, 2024

2024.3 中的更新

特性

AI Assistant Features

  • SQL error handling by AI Assistant
    • JetBrains have implemented several useful actions for handling SQL query execution errors with AI Assistant. Now, for each error message, DataGrip shows two actions on the far right-hand side of the error message: Explain with AI and Fix with AI.
      • Explain with AI opens the AI chat, sends an automatic prompt, and gives you AI Assistant’s explanation of the error.
      • Fix with AI generates a fix for the query execution error in the editor...

Released: Aug 23, 2024

2024.2.2 中的更新

修補程式

  • Fixed: Databases with names having # symbol in them failing to introspect.
  • Fixed: Data refresh issue in tree view of data row.
  • Fixed: Database tool window stuck in the "loading" state after the last update to 2024.2.
  • Fixed: Fixed formatting & highlighting for SQLite's IS (NOT) DISTINCT FROM.
  • Fixed: LEAST_IGNORE_NULLS Highlighting in Snowflake SQL.

Released: Aug 12, 2024

2024.2 中的更新

特性

The new UI has become the default

  • Starting with this release, the new UI will become the default option. If you prefer the classic UI, you can still use it by installing the corresponding plugin, which is available on JetBrains Marketplace.

AI Assistant features

  • Text-to-SQL - Ask AI Assistant to generate SQL code right in the editor. After AI Assistant generates the code, you can accept the result, regenerate it, or specify your prompt by clicking the corresponding buttons at the bottom of...

Released: Jun 10, 2024

2024.1.4 中的更新

修補程式

  • Database session "Filter rows" is hiding unsubmitted changes.
  • Duplicated items when creating / dropping object in non default schema with disabled auto sync.
  • Introspection of a family misses newly created tables.
  • Unable to attach script to database session.
  • Dump tools in container: Notify user when dump is finished.
  • Dump tools in container: File template resets on path selection.
  • Dump tools in container: Path to dump by default set to local file system.
  • Dump tools in container: Can't...

Released: May 15, 2024

2024.1.3 中的更新

特性

  • Snowflake: Added support for DYNAMIC and other tables.

Released: Apr 3, 2024

2024.1 中的更新

特性

AI Assistant: option to attach schemas

  • AI Assistant now allows you to improve the quality of generated SQL queries by attaching a database schema for context in the chat. For now, only table and column names are attached and there is a maximum limit of 50 tables.
  • Context menu features in the editor, such as Explain Code, now understand the current schema when invoked from database consoles.
  • Because AI Assistant is aware of your schema, you can:
    • Generate queries from natural language requests...