Skip to content

Commit 61bbd94

Browse files
authored
New version: JetBrains.DataGrip.EAP version 252.23309.5 (microsoft#266836)
1 parent 658580a commit 61bbd94

4 files changed

Lines changed: 133 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: JetBrains.DataGrip.EAP
5+
PackageVersion: 252.23309.5
6+
InstallerType: nullsoft
7+
InstallerSwitches:
8+
Log: /LOG="<LOGPATH>"
9+
UpgradeBehavior: uninstallPrevious
10+
FileExtensions:
11+
- ipr
12+
- sql
13+
ProductCode: DataGrip 252.23309.5
14+
ReleaseDate: 2025-02-10
15+
Installers:
16+
- Architecture: x64
17+
Scope: user
18+
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-252.23309.5.exe
19+
InstallerSha256: 4CA7B3DF4061CCA8C3E9598EAD0913DE3AC1D95077CB2F5B9AD20026E149C239
20+
- Architecture: x64
21+
Scope: machine
22+
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-252.23309.5.exe
23+
InstallerSha256: 4CA7B3DF4061CCA8C3E9598EAD0913DE3AC1D95077CB2F5B9AD20026E149C239
24+
ElevationRequirement: elevationRequired
25+
- Architecture: arm64
26+
Scope: user
27+
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-252.23309.5-aarch64.exe
28+
InstallerSha256: 6CC7437E8ED400197EFEA4F606C6E729BE084ED231DDBA6CE256CF0B3CB0C746
29+
- Architecture: arm64
30+
Scope: machine
31+
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-252.23309.5-aarch64.exe
32+
InstallerSha256: 6CC7437E8ED400197EFEA4F606C6E729BE084ED231DDBA6CE256CF0B3CB0C746
33+
ElevationRequirement: elevationRequired
34+
ManifestType: installer
35+
ManifestVersion: 1.10.0
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: JetBrains.DataGrip.EAP
5+
PackageVersion: 252.23309.5
6+
PackageLocale: zh-CN
7+
PublisherUrl: https://www.jetbrains.com/zh-cn/
8+
PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/
9+
PackageName: DataGrip(抢先体验计划)
10+
PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/nextversion/
11+
License: 免费软件
12+
ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE
13+
Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。
14+
Tags:
15+
- db2
16+
- mssql
17+
- mysql
18+
- postgres
19+
- sql
20+
- sqlite
21+
- 代码
22+
- 开发
23+
- 数据库
24+
- 编程
25+
- 集成开发环境
26+
ReleaseNotesUrl: https://youtrack.jetbrains.com/articles/DBE-A-83165318/DataGrip-2025.2-252.23309.5-build-Release-Notes
27+
Documentations:
28+
- DocumentLabel: 文档
29+
DocumentUrl: https://www.jetbrains.com/help/datagrip/
30+
ManifestType: locale
31+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: JetBrains.DataGrip.EAP
5+
PackageVersion: 252.23309.5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)