build(deps): update dependency dbeaver/dbeaver to v26#208
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
d4e4eb6 to
cfbfbe5
Compare
5903b9d to
43e0380
Compare
43e0380 to
0014864
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0014864 to
9ff9ed1
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
25.3.4→26.0.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dbeaver/dbeaver (dbeaver/dbeaver)
v26.0.4Compare Source
- Added options to trim leading or trailing spaces in the selected text or the whole script (thanks to @seroperson)
- Resolved an issue with incorrect transaction mode display
- Fixed an issue where the transaction monitor showed "N/A" after the toolbar was changed with drag-and-drop (thanks to @xingxing21)
- Fixed an issue where the "Open a separate connection for each editor" preference was not saved (thanks to @xingxing21)
- Fixed the DROP confirmation dialog layout for long SQL queries (thanks to @EastLord)
- AI assistant: Fixed the default temperature value for different AI engines
- Data Editor:
- Fixed an issue where reference tables became empty when fetching the next page in the References panel
- Added an option to show column data type names in column headers (disabled by default) (thanks to @seroperson)
- Fixed an exception when expanding a custom data type value in Record mode
- Data Export: Fixed object list resizing in the Export/Dump window (thanks to @EastLord)
- Connectivity:
- Fixed an issue where cleared driver proxy credentials were still saved (thanks to @EastLord)
- Fixed an issue where testing an SSH connection with a passphrase failed if the passphrase was not saved
- Security: Fixed the high vulnerability (CVE-2026-3505) in the bcpg-jdk18on library. The library was updated to version 1.84.0
- Miscellaneous:
- Added the ability to save SQL to a file from the Generate SQL dialog
- Added the ability to import JetBrains database connections by pasting datasource configuration text directly into the import wizard (thanks to @EastLord)
- Fixed an issue where the splash screen was flipped on macOS 14.x.
- Databases:
- Athena: Added type casting for date values in data filters
- BigQuery: Added a new driver BigQuery (Experimental)
- ClickHouse: Fixed SQL Editor recognition for existing tables with uppercase letters in their names
- Denodo: Added support for custom data types and fixed column names for nested arrays
- DuckDB: Fixed map rendering for GEOMETRY types with CRS parameters (thanks to @EastLord)
- Firebird: Expanded database-specific SQL dialect coverage for the SQL Editor. Added more keywords, built-in functions, and SQL generators (thanks to @fdcastel)
- Greenplum/Cloudberry: Fixed external table recognition in the Database Navigator (thanks to @talmacschen-arch)
- MySQL: Fixed query boundaries recognition in the SQL Editor for scripts with the DELIMITER keyword (thanks to @HellAmbro)
- PostgreSQL:
- Fixed debug configuration dialog layout and datasource saving
- Fixed DDL generation for VIRTUAL generated columns (thanks to @EastLord)
- SAP HANA: Added the ability to reset the license during connection when the database is in license-only mode (thanks to @kc1r74p)
- SQL Server:
- Fixed DDL generation for external tables
- Fixed row limiting for table-valued function queries (thanks to @xingxing21)
- StarRocks: Fixed ADD COLUMN DDL generation (thanks to @EastLord)
- Localization: Localization: Improved Chinese localization (thanks to @EastLord)
v26.0.3Compare Source
- Added keywords autocompletion for partially typed
- Added the source table name to column header tooltips for query results with JOIN (thanks to @bittoby)
- Fixed an issue where the row count calculation icon did not reset after counting (thanks to @HellAmbro)
- Fixed the display of spatial data when multiple columns were selected
- Fixed the ability to calculate row count for non-standard SELECT statements (thanks to @fdcastel)
- Navigator:
- Added a key binding to focus the Database Navigator filter (thanks to @EastLord)
- ER Diagram: Added preference option to load lazy comments in diagrams (thanks to @jhjalison01)
- Data Export:
- Fixed export in SQL format for values containing single quotes (thanks to @dev-miro26)
- Fixed a corrupted UI area during the Extraction step in Export
- Connectivity:
- Added the ability to set Navigator filters in connection settings
- Fixed an issue with filtering for embedded databases
- Miscellaneous: Fixed an issue with an inverted splash screen on macOS Tahoe
- Databases:
- ClickHouse: Fixed the display of Array(JSON) types in the data grid (thanks to @EastLord)
- CUBRID:
- Fixed a CSV export error caused by a missing child object (thanks to @longhaseng52)
- Fixed a binding failure in PreparedStatement for table names containing single quotes (thanks to @longhaseng52)
- Fixed incorrect partitioning DDL generation for values containing commas (thanks to @longhaseng52)
- Databricks: Added a logo and fixed the link on the connection page
- H2GIS driver was updated to the latest version
- MySQL: Fixed an issue when the Dump database tool did not work with URL-based connections (thanks to @mango766)
- MySQL/MariaDB: Fixed an issue when changing an auto-increment value generated an incorrect query on the first attempt
- Oracle: Fixed an issue in the Metadata Editor when clicking a procedure moved the cursor to a comment containing the procedure name instead of the procedure itself
- Redshift: Set the client_protocol_version driver property to default, which fixed an issue with the availability of external schemas
- SQL Server:
- Fixed an issue where user-defined data types based on NVARCHAR were shown with double length (thanks to @EastLord)
- Removed redundant spaces between CREATE and PROCEDURE in the procedure view
- Fixed an issue that prevented creating a view in the Metadata Editor
v26.0.2Compare Source
- Fixed Copy/Paste for active connections
- Returned the ability to show/hide system objects in Simple view mode
- Data Editor: Fixed "Access blocked" error in Spatial Viewer when loading OpenStreetMap
- Miscellaneous:
- Fixed an issue where Git and Proxy settings could break the workspace path
- Fixed -con attribute handling when starting the application from the command line
- Databases:
- Athena: Default driver was updated to AWS Athena JDBC driver. The previous driver is still available as Athena (Legacy)
- ClickHouse: Fixed an issue where the database failed due to unknown driver parameters
- DuckDB: Fixed geometry type display for database versions > 1.5 (thanks to @EastLord)
- MariaDB: Fixed an issue when zero dates were displayed as NULL (thanks to @EastLord)
- MySQL:
- Added MANUAL to the keyword list (thanks to @EastLord)
- Fixed user management
- Oracle:
- Fixed an issue where the default schema was not selected automatically
- Restored navigation from procedure to the corresponding package body code line
- SQL Server:
- SQL Server driver was updated to version 13.4.0 (thanks to @EastLord)
- Added warning about expired password (thanks to @bittoby)
v26.0.1Compare Source
- Queries cancelled by users are no longer marked as invalid
- Fixed layout issue when the first few rows of text were not visible
- Grouping panel:
- Percent function now shows 2 significant digits
- Added the ability to reorder grouping columns
- Metadata Editor: Fixed hash code display when the table name is empty (thanks to @dahyeong-yun)
- Data Transfer: the Proceed button is now enabled earlier, on every page that is properly filled
- Query Manager became accessible even if the database password is lost
- Connectivity:
- Added connection name and background color to the Ctrl+E editor switcher dropdown (thanks to @bittoby)
- Fixed an issue when changes in connection parameters were not applied correctly
- Miscellaneous:
- Added an option to disable automatic connection attachment to scripts
- Made simple/advanced mode switcher more visible
- We migrated to Eclipse 2026-03
- Databases:
- ClickHouse: fixed IP address display by removing the leading slash
- CUBRID:
- Default generated key names are now lowercase (thanks to @longhaseng52)
- Fixed issues with trigger display in the Navigator and DDL generation (thanks to @longhaseng52)
- GaussDB Driver: fixed connection issues and errors when viewing constraints and foreign keys in M-Compatibility databases (thanks to @MuStevenic)
- InterSystems IRIS driver was updated to version 3.10.5 (thanks to @bdeboe)
- MySQL: fixed an issue where views appeared in the list even when the "Show views" option was disabled
- Oracle: improved viewing of packaged procedures. You can open a specific procedure directly instead of entire package
- PostgreSQL: fixed an error when connecting via URL if the database name contains a hyphen (thanks to @Ajaz10)
- Vertica: fixed column order in the Metadata Editor to match the actual table structure (thanks to @darkag)
v26.0.0Compare Source
- Data Editor:
- Fixed an issue where adding a new row in record mode inserted an existing row instead of creating a new empty one
- Fixed incorrect DDL generation for tables without keys
- Fixed a bug where a new column could be replaced with the percent column after it had been enabled and then disabled
- ER Diagram: Fixed an issue where table names were truncated after saving in PNG format
- Task Management: fixed the ability to run tasks with linked scripts
- Connectivity:
- Fixed jump host edits. Changes take effect as soon as the hostname is updated
- Fixed the "Test tunnel configuration" functionality that did not work for custom network profiles
- Miscellaneous:
- Fixed the arm64 build in the dbeaver-ce snap package
- Databases:
- Athena was updated to version 3.27.0
- Hive 4: fixed the ability to edit binary files in the Value panel
- Microsoft Fabric/Azure SQL Server: fixed table name autocompletion when querying tables using schema-qualified names
- MySQL/MariaDB: fixed an issue with ER diagram creation for tables with foreign keys
- PostgreSQL: fixed a bug where the "Role" field in the table policy view displayed only a single role when multiple roles were assigned
- Salesforce: added support for the currency data type
- SingleStore: adding new tables and rows now uses the correct encoding defined by the database
v25.3.5Compare Source
- Data Editor:
- Improved the presentation of multiple foreign keys
- Fixed dark mode display for single-tab results
- Fixed several minor issues related to background rendering, exceptions, and cursor behavior
- Metadata Editor: Fixed tab styling
- Task Management:
- The "Save Task" button was moved to the same row as the other action buttons
- Added a tooltip to the Auto-commit option in the SQL Script task settings
- Miscellaneous:
- Added an option to exclude the application from Windows Defender during installation
- Fixed Linux installation using Debian
- Fixed the ability to manage software installation
- Fixed file opening from the main menu
- Databases:
- IoTDB: Fixed an SQL execution error (thanks to @LJW21-02)
- PostgreSQL: Added DDL display support for PostgreSQL policies (thanks to @shAn-kor)
- Salesforce Data Cloud was renamed to Salesforce Data 360 (thanks to @geoffrothman)
- SQLite: Fixed an issue where creating a foreign key with a new column failed on the first attempt (thanks to @eusebe-cda)
Configuration
📅 Schedule: (in timezone Europe/Stockholm)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.