DataGrip Releases
Released: Aug 14, 2025
Updates in 2025.2.2
Features
Code Highlighting
- Added support for 'create if not exists' and 'drop if exist'.
Fixes
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...
Released: Aug 6, 2025
Updates in 2025.2
Features
- 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...
Released: May 28, 2025
Updates in 2025.1.3
Fixes
- 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
Updates in 2025.1.1
Features
- 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.
Fixes
- Code Highlighting
- DataGrip doesn't recognize PostGIS's aggregate...
Released: Apr 16, 2025
Updates in 2025.1
Features
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:
Released: Jan 28, 2025
Updates in 2024.3.4
Fixes
- 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
Updates in 2024.3.3
Features
- Updated Snowflake JDBC up to 3.20.0.
- Updated PostgreSQL JDBC up to 42.7.3.
Fixes
- 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
Updates in 2024.3.2
Fixes
- 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
Updates in 2024.3.1
Features
- Code Highlighting
- Added support for 'execute immediate' statement.
Fixes
- 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...
Released: Nov 14, 2024
Updates in 2024.3
Features
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...