Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47073
Reakcje/Polubienia
37781

DBeaver 24.3.0

Changes since 24.2.5:


  • Data Editor:
    • 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)
    • CSV driver was renamed to CSV Basic
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47073
Reakcje/Polubienia
37781

DBeaver 24.3.2

  • SQL Editor:
    • New autocompletion engine was enabled by default
    • 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
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47073
Reakcje/Polubienia
37781

DBeaver 24.3.3

Jan 19, 2025
  • SQL Editor:
  • Added support for SELECT INTO query smart completion
  • Changed shortcuts for result set zoom: Ctrl+Aalt+0 and Ctrl+Alt+9
  • Fixed the order of completion suggestions in the proposals list
  • New completion engine:
  • Fixed a bug with duplicating alias part during column completion
  • Fixed autocomplete for join conditions when multiple joins are present
  • Proposals list now contains only objects from the next hierarchy level
  • Fixed autocompletion for SELECT statements with table hints for SQL Server
  • Fixed the issue where the old result set tab didn’t close when switching between multiple and single tab modes
  • Fixed a stack overflow error that occurred when a user tried to execute a script for an open result set with row coloring
  • When an error occurs, the last executed query is now displayed next to the error message
  • Fixed an exception that appeared while typing
  • AI assistant: Fixed syntax issues in queries generated by Azure Open AI
  • Data Editor:
  • Added hints for geometries with SRID and for timestamps with time zones
  • Added the ability to configure hint visibility for a table or a datasource
  • Hints presentation was enhanced
  • Added backslash escaping when generating scripts
  • Added an option to disable the dictionary view (set “Maximum amount of elements” to 0)
  • Fixed freezing issues when pasting big number of rows or when performing find/replace
  • Added an option to save XML and JSON files in compressed format
  • Fixed data editor filters for commoт table expressions
  • Miscellaneous: Added the ability to create bookmarks from the context menu of object tabs
  • Databases:
  • Cloudberry driver was added
  • CUBRID: Fixed view name generation in DDL (thanks to @longhaseng52)
  • MySQL:
  • USAGE privilege is now hidden if any other privilege has been granted
  • Fixed loading of DBA privileges
  • PostgreSQL: Fixed the display of infinity for date values
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47073
Reakcje/Polubienia
37781

DBeaver 25.1.2

- SQL Editor:
- Added variables for virtual column manipulation: row (a map of column names to their values) and table (with name, schema, and container fields)
- Aliases can now be used in a case-insensitive manner
- Fixed issue where the selected schema wasn’t recognized after reconnecting
- AI Assistant:
- Improved GitHub Copilot authorization: the auth token is now displayed during the authorization process and can be copied.
- GitHub Copilot now displays the up-to-date list of available models.
- Fixed the AI button not working when the AI extension is installed
- Hide script ruler when executing queries from AI chat
- Data Editor:
- Fixed incorrect code generation and saving for Virtual key updates
- Added an option to show column ordinal position next to the column name in the data grid (thanks @330079598)
- Data Transfer: Improved NVARCHAR mapping accuracy during data import
- Security: Fixed CVE-2023-48795
- Connectivity:
- Improved UI controls on the connection settings
- Fixed "--newInstance" option when starting the application via CLI
- "Change Connection(s) Driver" option is now working again
- Fixed an issue where newly created connection types couldn't be deleted
- General:
- English is now the default language. If a user has never selected a language manually, the UI will switch to English
- Fixed an issue where UI elements disappeared when using a display scale other than 100%
- Most icons in the application have been updated to SVG format
- Based on Eclipse 2025-06. Earlier versions are no longer supported
- Development:
- JSQL Parser library was updated to version 5.3
- Fixed the ability to install CE bundles in Eclipse
- Databases:
- BigQuery:
- Added BigQuery to the SQL category in the connection dialog
- Fix column aliases visibility validation - column aliases are not available in WHERE but are visible in other SELECT query parts
- Clickhouse:
- Fixed identifiers quotation
- Added support for complex types nested in arrays
- CUBRID: Fixed VARCHAR length not displaying in Navigator (thanks @longhaseng52)
- DB2 LUW: Added support for changing expired passwords (not available for databases running in Docker)
- MySQL:
- Fixed the ability to create a dump
- Fixed an exception when opening the partition Virtual tab (thanks to @sogladev)
- Oracle: Fixed CREATE PROCEDURE statement boundaries detection (thanks @EastLord)
- PostgreSQL:
- Fixed misplaced comment in DDL generation
- Fixed the ability to connect when the port is specified in the URL for PgPass authentication
- Fixed display issue with time zones when date formatting is enabled
- Added support for MAINTAIN privilege (thanks @f-m-t-t-m)
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry