|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: JetBrains.DataGrip.EAP |
| 5 | +PackageVersion: 252.23309.5 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: JetBrains s.r.o. |
| 8 | +PublisherUrl: https://www.jetbrains.com/ |
| 9 | +PublisherSupportUrl: https://www.jetbrains.com/support/ |
| 10 | +PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ |
| 11 | +Author: JetBrains s.r.o. |
| 12 | +PackageName: DataGrip (EAP) |
| 13 | +PackageUrl: https://www.jetbrains.com/datagrip/nextversion/ |
| 14 | +License: Freeware |
| 15 | +LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ |
| 16 | +Copyright: Copyright © 2000-2024 JetBrains s.r.o. |
| 17 | +ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains |
| 18 | +Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. |
| 19 | +Tags: |
| 20 | +- database |
| 21 | +- db2 |
| 22 | +- develop |
| 23 | +- development |
| 24 | +- ide |
| 25 | +- mssql |
| 26 | +- mysql |
| 27 | +- postgres |
| 28 | +- programming |
| 29 | +- sql |
| 30 | +- sqlite |
| 31 | +ReleaseNotes: |- |
| 32 | + [PostgreSQL] Smart refresh |
| 33 | + DataGrip now supports the smart refresh mechanism for PostgreSQL databases. Previously, the IDE automatically refreshed the whole schema in the database explorer every time a DDL statement was executed. With the smart refresh mechanism implemented, DataGrip analyzes which objects could be potentially modified by the query and refreshes that specific set of objects only. |
| 34 | + This means that if your database contains many objects, you do not have to wait for an extended period while the whole schema is refreshed each time you run a DDL statement. Since only one specific set of objects is synchronized, you can get back to work much more quickly than if every object needed to be refreshed and still have everything you need right in your database explorer. |
| 35 | + [SQLite] WSL database file path |
| 36 | + After much anticipation, DataGrip now supports WSL file paths for SQLite database files. We have implemented a solution to address the write-locking issue in WSL on our side. This means that you can now access your SQLite database under WSL and work with it without the database file being locked for you. To do this, go to the Data Sources and Drivers dialog and use the following file path format: \\wsl$\<os>\home\<username>\<database_file_name>.sqlite. For example, \\wsl.localhost\Ubuntu-24.04\home\alexey\identifier.sqlite. |
| 37 | +
|
| 38 | + [MongoDB] Support for read preference and replica set connectivity settings |
| 39 | + You can now set the way read operations are routed to the members of a MongoDB replica set, and even define which replica set should be used. To do this, while configuring the connection to your MongoDB database, go to More Options and enable the corresponding option in the Data Sources and Drivers dialog. Once you select either of them from the list, a new field appears for you to specify the setting. To specify your desired read preference, select the one you need in the Read preference field. To define your replica set, simply type its name in the Replica set field. |
| 40 | +
|
| 41 | + Floating toolbar |
| 42 | + DataGrip now displays a set of context-based and AI-driven actions available for a piece of code in a floating toolbar. Select any code in your code editor to make the toolbar appear. To customize the floating toolbar, use the kebab menu (three vertical dots). To hide it, you can either use the same menu or go to Settings | Advanced Settings | Editor and check the Hide floating toolbar for code editing option. |
| 43 | +
|
| 44 | + Bug fixes and improvements |
| 45 | + - DBE-23330: The PostgreSQL formatter now supports specific statements of PostgreSQL-based dialects. |
| 46 | + - DBE-22980: [Amazon Redshift] The CREATE RLS POLICY syntax for creating new row-level security policies is now supported. |
| 47 | + - DBE-10415: The Cancel Running Statement button is now displayed when hovering over a query run progress icon in the gutter. |
| 48 | + - DBE-23303: The query log in the Services tool window now displays the query start and query end timestamps. |
| 49 | + - DBE-15068: SQL files remain attached to a data source after IDE restart. |
| 50 | + - DBE-22215: Find Usages now works as expected. |
| 51 | + - DBE-14636: [PostgreSQL] PostGIS aggregate functions are now supported. |
| 52 | + - DBE-20895: [Snowflake] The new syntax support for the PIVOT and UNPIVOT commands now works as expected. |
| 53 | + - DBE-22953: [BigQuery] Pipe query syntax is now supported. |
| 54 | +ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DBE-A-83165318/DataGrip-2025.2-252.23309.5-build-Release-Notes |
| 55 | +Documentations: |
| 56 | +- DocumentLabel: Documentation |
| 57 | + DocumentUrl: https://www.jetbrains.com/help/datagrip/ |
| 58 | +ManifestType: defaultLocale |
| 59 | +ManifestVersion: 1.10.0 |
0 commit comments