- SQL Editor:
- New script numbering algorithm was improved
- Bug in Find/Replace panel and Ctrl+Enter shortcut was resolved
- Dangerous query confirmation now shown for any DROP statements
- Query confirmation message was fixed
- Data Editor:
- Ordering of rows by primary key feature was redesigned and now works only in tables
- Issue with virtual keys and "use all columns as key" option was resolved
- Issue with tooltips for JSON columns was resolved
- Value change cancellation was fixed
- Data export in DbUnit format was fixed (issue with escaping)
- Data import wizard now show file selector automatically
- Issue with incorrect detection of read-only columns was resolved
- Miscellaneous:
- Driver download dialog was fixed (issue with wrong focus and details panel)
- New connection name generator was improved
- Connection configuration import from pgAdmin was added
- Internal connection information page was added to the connection edit dialog
- Check-buttons and radio-buttons rendering was fixed on Linux
- Warning related to custom driver icons were removed
- Option "Open separate connection for metadata reads" save was fixed
- pt_BR localization was fixed (thanks to @imoliveira88)
- Databases:
- Azure SQL Server: active database detection was fixed
- CUBRID: (thanks to @longhaseng52)
- Issue with duplicated primary key columns was fixed
- SQL query execution plan layout was fixed
- Shards support was added
- Denodo: driver version was updated to 9.0 (thanks to @dlopezc-denodo)
- TDengine: non-latin encodings support was improved (thanks to @DuanKuanJun)
- Microsoft Fabric:
- Stored procedures body reading was fixed
- Extended properties reading was fixed
- MySQL: table column DDL generator was added (thanks to @mikiubo)
- Oracle:
- issue with active user name detect was fixed (thanks to @alexeyleping)
- GRANT statements were fixed in object's DDL
- PostgreSQL:
- Login event triggers support was added (thanks to @Morgunov-Vitaly)
- SSPI authentication was fixed
- Issue with redundant change of "search_path" variable was resolved
- Issue with wrong native binary for database restore was resolved
- Redshift: materialized views read was fixed