Version 7.2.0 - Editable Query Results and Data Grid Improvements

Published: 2026-06-08 | Stela Augustínová

We are pleased to announce the release of DbGate version 7.2.0. This update brings a major improvement for Premium users with editable query results, together with several practical usability enhancements for working with JSON values, numeric data, and application logs.

Editable Query Results (Premium)

DbGate Premium now supports editable query results. This makes it possible to update data directly from query output in supported scenarios, without switching back to a separate table view.

This feature is especially useful when working with filtered or custom result sets where you already have the exact rows you want to inspect and change.

Supported engines: PostgreSQL, MySQL, MariaDB, Microsoft SQL Server, Oracle, SQLite, CockroachDB, libSQL, DuckDB, ClickHouse

JSON Editing Improvements

When editing cell values that contain JSON, you can now choose to minify the JSON before saving, making it easier to control the final output format.

Sticky Scrolling for Logs

Log messages now support sticky scrolling. When new messages are added, the log view can stay pinned to the latest output, making it easier to follow long-running operations and background tasks.

Version 7.1.13 Maintenance Update

Before version 7.2.0, we also released DbGate 7.1.13 as a smaller maintenance update. It resolved additional DataGrid scrolling issues, fixed enum dropdown positioning, improved Excel export for numeric columns, and added a spinner when backup files are being downloaded.

Complete changelog

7.2.0

  • ADDED: Editable query results (Premium)
  • ADDED: Option to minify JSON when editing cell values #1477
  • FIXED: Improved spacing for numeric values in the data grid #1467
  • ADDED: Sticky scrolling for log messages #1444

7.1.13

  • FIXED: Resolved scrolling issues in DataGrid
  • FIXED: Corrected enum select dropdown positioning #1216
  • FIXED: Improved Excel export handling for numeric columns #1464
  • ADDED: Spinner for backup file downloads #1314