DataGrip のリリース
Released: Aug 14, 2025
2025.2.2 での更新項目
機能
Code Highlighting
- Added support for 'create if not exists' and 'drop if exist'.
不具合の修正
Code Completion
- Completion from minicat libraries doesn't work.
Code Highlighting
- Correct SQL Procedure Parameter declaration marked as invalid.
Coding Assistance
- Updated documentation of build-in routines in Snowflake.
Connectivity
- UI hangs and freezes after modifying a data source with an SSH tunnel after updating to 2025.2.
Data Editor/Viewer
- UPDATE query is generated for the wrong table after editing...
Released: Aug 6, 2025
2025.2 での更新項目
機能
- AI Assistant features
- Ability to attach database objects to the AI chat - The database context you provide to the AI chat can now be more specific. Previously, only the whole schema could be attached. Now, you can attach the database object you need to work with - for example, a table or a view. This can be particularly useful when you're working with larger schemas.
- Cloud-based code completion - DataGrip now supports cloud-based code completion. It uses cloud resources to offer more precise...
Released: May 28, 2025
2025.1.3 での更新項目
不具合の修正
- Data Editor/Viewer
- Unable to input alternative forms of PostgreSQL UUID type in Data Editor (grid).
- Query Console
- Run SQL script fails with "Read access is allowed from inside read-action" exception.
Released: May 2, 2025
2025.1.1 での更新項目
機能
- AI Assistant
- Enhanced SQL Cloud Code Completion.
- Code Completion
- Added support for GROUP BY all and EXCLUDE syntax.
- Added support for CREATE RLS POLICY syntax.
- Code Highlighting
- Added support for GRANT ROLE syntax and DDL statements.
- Data Editor/Viewer
- You can now force full load of large fields.
- Query Console
- Added additional close button for inspection messages.
- SQL Resolve
- Added support for SQL_MACRO syntax.
不具合の修正
- Code Highlighting
- DataGrip doesn't recognize PostGIS's aggregate functions...
Released: Apr 16, 2025
2025.1 での更新項目
機能
JetBrains AI
- Attached schemas in the 'Explain with AI' chat
- Explanations are more effective when they use all the relevant context. Now, when you ask AI Assistant to explain a query, the corresponding schema is automatically attached to the chat.
- Support for more cutting-edge LLMs
- The AI model selection in the chat has just been expanded. Now, you can take full control of your AI experience by choosing from the latest and most advanced language models, including:
- Claude 3.7 Sonnet
- OpenAI GPT...
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...