- Dołączył
- 26 Maj 2010
- Posty
- 21678
- Reakcje/Polubienia
- 67698
- Navigator:
- 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)
- SQL Editor:
- 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)
- Product configuration:
- Added Product configuration, a new setup flow that opens on first start
- AI Assistant:
- Fixed alignment of fields in the OpenAI configuration dialog (thanks to @HellAmbro)
- Added the ability to duplicate AI profiles
- Improved model refresh and test connection behavior for AI engine settings
- Data Editor:
- Added read-only HTML preview for text/html values in the Value panel (thanks to @michaaels)
- Fixed array and complex column visualization when “Show complex column structure” was disabled
- Fixed sorting in the Metadata panel (thanks to @gsastraw)
- Restored support for CSS color names in spatial data colorization
- Fixed spatial data display with map backgrounds and locales that use decimal commas
- Data Transfer:
- Fixed an issue on Linux when export error dialogs could be hidden behind the export window (thanks to @JackyLin0123)
- Fixed column enablement in table mapping when using the Space key (thanks to @EastLord)
- Fixed an issue where saved import tasks could lose target table and column mapping settings after an update
- Connectivity:
- Added support for custom authentication models in Custom CSV/XML connection import (thanks to @weih-kahoot)
- Fixed browser-based authentication on Linux systems where the default browse action is not supported
- Fixed connection color updates when changing the connection type in connection settings
- Added database and driver version information to diagnostic log archives
- Navigator:
- Hid the Delete context menu item when metadata changes are disabled in Simple view mode (thanks to @MilosM348)
- Fixed an issue where the database Navigator did not open correctly
- New Drivers:
- GreptimeDB: Added a dedicated driver entry using the MySQL-compatible protocol (thanks to @EastLord)
- Databases:
- ClickHouse:
- Added support for displaying Map values in the Data Editor
- Fixed DDL generation for views that do not contain a table-style column declaration block (thanks to @SEPURI-SAI-KRISHNA)
- Databricks: Improved display of ARRAY and STRUCT values by showing complex arrays as JSON
- Firebird: Fixed SSH tunnel testing when required database connection parameters were not set
- MonetDB: Updated the default JDBC driver class name to restore driver loading (thanks to @scorpion3399)
- MySQL: Fixed native database dumps when passwords contain # or other special characters (thanks to @sakshichitnis27)
- Netezza: Fixed NCHAR length generation in DDL and improved recognition of NCHAR and NVARCHAR data types (thanks to @KrzysztofDusko)
- PostgreSQL:
- Fixed an issue where the selected schema could be lost after a query error in manual commit mode
- Fixed backup and restore behavior that could omit tables during restore
- Fixed generated calls for functions that return composite types (thanks to @HellAmbro)
- StarRocks and Apache Doris: Preserved raw SHOW CREATE DDL output without applying additional formatting (thanks to @dupen01)
- TDengine: Fixed unresolved Maven dependency warnings in the built-in driver configuration (thanks to @EastLord)
- LibSQL: Added support for database views