What dbeaver/dbeaver shipped
Generated by FoxPlug from public activity — not affiliated with Dbeaver.
Week of September 14, 2026
What shipped
- Undo and redo operations are now available for result set cell edits, with Escape resetting a cell to its original value while keeping the reset undoable. Pull request #42040
- Mass row insertion performance is improved by reserving rows in one operation and initializing values with a single database session. Pull request #42102
- A new DBeaver-specific General preferences page consolidates update and regional settings with reorganized Eclipse preferences. Pull request #42131
- Data Compare has been redesigned. Pull request #42133
- A persistent preference now allows disabling the large script execution warning dialog for scripts with more than 100 statements. Pull request #42034
- MariaDB driver is updated to Connector/J 3.5.10. Pull request #42140
- Numeric type mapping for CSV imports to Timeplus is fixed to prevent silent truncation of integer values. Pull request #42047
- H2 class loading is restricted with a configurable allowlist exposed in H2 preferences. Pull request #42038
- GBase 8s driver now supports manual and URL connection configuration modes. Pull request #42106
- Preference pages across the application now include searchable keywords for easier discovery. Pull request #42136
Why it matters
This week brings usability improvements across editors and preferences, performance optimizations for data operations, and fixes for driver compatibility and data type handling. Users benefit from better undo/redo support, faster bulk inserts, and more discoverable settings.
Changelog entry
- Add undo/redo history for result set cell edits with Escape to reset cells to original values Pull request #42040
- Optimize mass row insertion by reserving rows in one operation and using single database session initialization Pull request #42102
- Add DBeaver-specific General preferences page for update and regional settings with reorganized Eclipse preferences Pull request #42131
- Redesign Data Compare feature Pull request #42133
- Add preference to disable large script execution warning dialog Pull request #42034
- Update MariaDB driver to Connector/J 3.5.10 Pull request #42140
- Fix numeric type mapping for CSV imports to Timeplus and mark native JDBC driver as non-thread-safe for Timeplus Pull request #42047
- Restrict H2 class loading with configurable allowlist in H2 preferences Pull request #42038
- Add URL connection mode support for GBase 8s driver Pull request #42106
- Add searchable keywords to preference pages across core, database integrations, AI, SQL, connection, navigator, statistics, and DataDam UI Pull request #42136
- Fix SQL editor toolbar background colors on macOS to synchronize with connection color Pull request #42160
- Improve CSmartCombo with compact popup shell and theme-derived colors Pull request #42164
- Replace network handler removal confirmation with standard Yes/No dialog Pull request #42166
- Make GitHub issue-reporting link clickable in unsupported date/time value message Pull request #42153
- Handle temporary files properly under single .dbeaver-temp root with session isolation Pull request #42073
- Fix SQL script connection associations after restart by persisting project ID instead of project name Pull request #42126
- Improve empty AI custom scope handling with actionable guidance Pull request #42130
- Fix model listing for custom OpenAI-compatible endpoints Pull request #42128
- Fix diagnostic log collection by centralizing archive filename matching Pull request #42143
- Restore Database Navigator context menus on status-line and editor breadcrumbs Pull request #42135
This week: undo/redo for result sets, faster mass row insertion, redesigned Data Compare, searchable preferences, and fixes for MariaDB, H2 security, and CSV imports.
This week's DBeaver update includes several improvements for developers: undo/redo operations for result set edits, optimized mass row insertion performance, a redesigned Data Compare tool, and searchable preference pages. We've also updated the MariaDB driver to 3.5.10, fixed numeric type mapping for CSV imports, added configurable H2 class restrictions, and improved GBase 8s connection support. These changes enhance productivity and data integrity across the platform.