forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: JetBrains.DataGrip.EAP version 242.20224.99 (microsoft#1…
- Loading branch information
Showing
4 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
manifests/j/JetBrains/DataGrip/EAP/242.20224.99/JetBrains.DataGrip.EAP.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.DataGrip.EAP | ||
PackageVersion: 242.20224.99 | ||
InstallerType: nullsoft | ||
InstallerSwitches: | ||
Log: /LOG="<LOGPATH>" | ||
UpgradeBehavior: uninstallPrevious | ||
FileExtensions: | ||
- ipr | ||
- sql | ||
ReleaseDate: 2024-07-18 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: DataGrip 242.20224.99 | ||
ProductCode: DataGrip 242.20224.99 | ||
Installers: | ||
- Architecture: x64 | ||
Scope: user | ||
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-242.20224.99.exe | ||
InstallerSha256: 03518006B4122E19EFD2B96905CC9E62483851F506A6C123B45D30560F8D62CD | ||
ProductCode: DataGrip 242.20224.99 | ||
- Architecture: x64 | ||
Scope: machine | ||
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-242.20224.99.exe | ||
InstallerSha256: 03518006B4122E19EFD2B96905CC9E62483851F506A6C123B45D30560F8D62CD | ||
ProductCode: DataGrip 242.20224.99 | ||
- Architecture: arm64 | ||
Scope: user | ||
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-242.20224.99-aarch64.exe | ||
InstallerSha256: 3399737E3D15CF3EA8BB8C995924F531C5FFB33AA3560EA4D1E53FDB2BF58424 | ||
ProductCode: DataGrip 242.20224.99 | ||
- Architecture: arm64 | ||
Scope: machine | ||
InstallerUrl: https://download.jetbrains.com/datagrip/datagrip-242.20224.99-aarch64.exe | ||
InstallerSha256: 3399737E3D15CF3EA8BB8C995924F531C5FFB33AA3560EA4D1E53FDB2BF58424 | ||
ProductCode: DataGrip 242.20224.99 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
59 changes: 59 additions & 0 deletions
59
manifests/j/JetBrains/DataGrip/EAP/242.20224.99/JetBrains.DataGrip.EAP.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.DataGrip.EAP | ||
PackageVersion: 242.20224.99 | ||
PackageLocale: en-US | ||
Publisher: JetBrains s.r.o. | ||
PublisherUrl: https://www.jetbrains.com/ | ||
PublisherSupportUrl: https://www.jetbrains.com/support/ | ||
PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ | ||
Author: JetBrains s.r.o. | ||
PackageName: DataGrip (EAP) | ||
PackageUrl: https://www.jetbrains.com/datagrip/nextversion/ | ||
License: Freeware | ||
LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ | ||
Copyright: Copyright © 2000-2024 JetBrains s.r.o. | ||
# CopyrightUrl: | ||
ShortDescription: The Cross-Platform IDE for Databases & SQL by JetBrains | ||
Description: A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux. | ||
# Moniker: | ||
Tags: | ||
- database | ||
- db2 | ||
- develop | ||
- development | ||
- ide | ||
- mssql | ||
- mysql | ||
- postgres | ||
- programming | ||
- sql | ||
- sqlite | ||
ReleaseNotes: |- | ||
[SQL Server, Oracle] Smart refresh | ||
DataGrip automatically refreshes the schema in the database explorer every time a DDL statement is executed. This applies when the Auto sync option is turned on in the data source properties. | ||
This process could take a significant amount of time when the database contains many objects, for example, with Oracle databases, where the system catalogs are very slow. | ||
Starting from the 2024.2 version, this refresh mechanism is more efficient than before. DataGrip now analyzes which objects could be potentially modified by the query and refreshes that specific set of objects only. | ||
Important! Although we make every effort to ensure that DataGrip successfully detects modified objects in the majority of cases, if the statement modifies other objects indirectly, DataGrip may miss such modifications. For example, when dropping objects with cascade options or modifying tables used in procedures or functions. In this situation, you can call the Refresh action to make DataGrip perform a complete database refresh. | ||
Mentioning database schemas in AI Assistant chat | ||
You can attach your database schema to the AI Assistant chat by mentioning it in your prompt. To do this, enter your prompt using # followed by the database schema name, for example, “Give me the query to get all actor names from #public.” | ||
AI Assistant will then analyze your schema and generate the query. | ||
This feature is particularly important for other JetBrains IDEs, as they have no other way of attaching database schemas to the AI chat. | ||
Other improvements | ||
- DBE-20957: [Snowflake] DataGrip now supports INTO clauses in SELECT statements. | ||
- DBE-20741: [ClickHouse] PARTITION BY clauses now support multiple expressions. | ||
- DBE-19368: The IDE no longer displays double editor notifications. | ||
- DBE-20947: [ClickHouse] COMMENT clauses for materialized view columns are now supported. | ||
- DBE-19730: [PostgreSQL] Introspection for PostgreSQL 16 works as expected. | ||
ReleaseNotesUrl: https://www.jetbrains.com/datagrip/whatsnew/ | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: Documentation | ||
DocumentUrl: https://www.jetbrains.com/help/datagrip/ | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
41 changes: 41 additions & 0 deletions
41
manifests/j/JetBrains/DataGrip/EAP/242.20224.99/JetBrains.DataGrip.EAP.locale.zh-CN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.DataGrip.EAP | ||
PackageVersion: 242.20224.99 | ||
PackageLocale: zh-CN | ||
Publisher: JetBrains s.r.o. | ||
PublisherUrl: https://www.jetbrains.com/zh-cn/ | ||
PublisherSupportUrl: https://www.jetbrains.com/zh-cn/support/ | ||
PrivacyUrl: https://www.jetbrains.com/legal/docs/privacy/privacy/ | ||
Author: JetBrains s.r.o. | ||
PackageName: DataGrip(抢先体验计划) | ||
PackageUrl: https://www.jetbrains.com/zh-cn/datagrip/nextversion/ | ||
License: 免费软件 | ||
LicenseUrl: https://www.jetbrains.com/legal/docs/toolbox/user_eap/ | ||
Copyright: Copyright © 2000-2024 JetBrains s.r.o. | ||
# CopyrightUrl: | ||
ShortDescription: 由 JetBrains 开发的数据库和 SQL 跨平台 IDE | ||
Description: JetBrains 为 macOS、Windows 和 Linux 的 SQL 开发的强大 IDE。 | ||
# Moniker: | ||
Tags: | ||
- db2 | ||
- mssql | ||
- mysql | ||
- postgres | ||
- sql | ||
- sqlite | ||
- 代码 | ||
- 开发 | ||
- 数据库 | ||
- 编程 | ||
- 集成开发环境 | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://www.jetbrains.com/zh-cn/datagrip/whatsnew/ | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: 文档 | ||
DocumentUrl: https://www.jetbrains.com/help/datagrip/ | ||
ManifestType: locale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/j/JetBrains/DataGrip/EAP/242.20224.99/JetBrains.DataGrip.EAP.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-3.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: JetBrains.DataGrip.EAP | ||
PackageVersion: 242.20224.99 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |