DataGrip 新版本发表
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 as...
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...
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.