Early Access Program News

DataGrip 2022.1 EAP 4

Hi! A new EAP build for DataGrip 2022.1 is now available.

[H2] Support for version 2.X

We’ve added support for H2 version 2.X. Here’s the list of the most important changes:

  • DataGrip now correctly introspects types. Most of the issues were related to the composite types ARRAY and ROW.
  • Columns with built-in sequences (auto_increment, generated always as identity, etc.) are now introspected correctly.
  • Check constraints and foreign keys are no longer lost.
  • The sources are now loaded for views, triggers, and routines.
  • Information about check-predicates is now displayed for domains.

Quality improvements

  • DBE-15250: Refresh button works on old data sources.
  • DBE-15197: No more freezes when editing data source configurations if two projects are open.
  • DBE-15140: [SQLite] STRICT support.
image description

Discover more