New autocompletion was enhanced with support for USING, INSERT statements, nested queries, and fixes for multiple issues
You can now use the @ai command followed by a natural language phrase to instantly execute it as a query (requires AI extension)
Icons in SQL Editor toolbar were redesigned
Data Editor:
Dark theme support was improved, selection background was changed
Row hints were redesigned: key information is now displayed, the foreign key editor can be accessed via a right-click on the icon, icon rendering was improved
Context menu for Filters was simplified: all items are now on the same menu level
Data Transfer: Added an option to replace line break character when exporting to CSV
Connectivity:
Title for the Test Connection details was corrected
Fixed an issue with network profile saving
Miscellaneous:
Performance of theme switching was improved to enhance the user experience
Localization files were converted to UTF-8 to improve the localization process and enhance code readability
Numerous minor UI improvements related to editors and dialogs coloring and fonts
Databases:
MySQL/MariaDB: Removed redundant slashes in data export to SQL format
PostgreSQL: Both Asia/Calcutta and Asia/Kolkata time zones are now supported
Teradata driver was updated to version 20.00.00.38
Row coloring mapping now respects the visual order of columns
Fixed invalid thread access on editing data in multiple results in one tab mode
Boolean icons display was fixed
Ability to detach result tabs is now limited to tabs with data
SQL Editor: underscore in identifiers are now supported in query validation
Navigator:
Multiline comment display was fixed
Scrolling during drag-n-drop was fixed
Data Transfer:
Commit/rollback behavior during the data import was improved
It’s now possible to not specify quote and escape characters during the import of CSV files
New Drivers: GBase 8s is now supported (thanks to @Wintianis)
Miscellaneous:
Snap build was fixed again
Fixed connection creation from the “File” option in the main menu
Fixed an issue where reading generic foreign keys
Option “Open separate connection setting” on SQL Editor and Metadata pages was disabled for embedded databases
Databases:
Azure SQL Server: restored the “Show all databases” option in the Connection dialog. And added an error message to guide users on creating a new connection to access other visible databases
BigQuery: Procedures handling is now supported in SQL editor, including LOOPS, IFs, BEGIN END, and CASE
MySQL: Fixed an issue with table refresh when the “Server-side object filters” option is disabled
Oracle: BOOLEAN type is now supported in Data Editor
PostgreSQL:
Schema permission editing was fixed
Default privileges rendering was fixed
RisingWave: array handling was improved
SQLite:
Fixed an issue with duplicate primary key generation in SQL scripts (thanks to @eusebe-cda)
Fixed an issue with deleting a column without a data type (thanks to @eusebe-cda)
Added execution time in statistics result (thanks to @tlm365)
Query manager: Time column now orders chronologically
Metadata: Indexes have been returned to the unique constraint list, and the proper data type is now set when creating a new column for a new foreign key
Data Editor:
Fixed an issue with crash caused by too long tooltips
Row coloring mapping was fixed
Data Transfer: “Minimum column length” was renamed to “Default column length”
Connectivity: “Driver properties” tab in the driver editing dialog was renamed to “Default properties”
Charts and Dashboards: Fixed charts COUNT for single value
Miscellaneous:
Windows Server 2016, Windows Server 2012, and Windows 8.1 are supported again
Snap build was fixed
Eclipse extension installation was fixed
Query execution canceling was redesigned
Issues with unexpectedly closing connections were resolved
Added references to the actual boolean editor in Preferences
Databases:
Added support for Hive 4
Altibase: Lock manager has been added (thanks to @zennken)
CUBRID:
Added the ability to create and edit triggers (thanks to @longhaseng52)
Added sargs, edge and Query parameters to the Execution plan (thanks to @rathana-pvs)
Oracle: Fixed highlighting for public schemas
PostgreSQL:
Added date picker and fixed data saving in the Role editor