DBeaver

詳細情報

タイトル DBeaver
URL https://dbeaver.io/download/
バージョン ver 25.2.0
更新日 2025/09/01
追加日 2019/09/07
種別 フリーソフト
説明 マルチプラットフォーム対応のデータベース管理ツール。

レビュー

レビューはありません。

スクリーンショット

更新グラフ

バージョン履歴

25.2.0
            Changes since 25.1.5:
            - AI Assistant:
                - Added query preview to the @ai command and AI chat query confirmation
                - Added support of a custom OpenAI API base URL (thanks to @p12tic)
                - Improved query analysis performance
            - SQL Editor:
                - Issues with slow auto-completion of schemas/tables was resolved
                - Context information (F2) was fixed and noe works without text selection
                - Fixed issue with query re-parsing at the very end of the script
                - Fixed aliases completion when dialect doesn't support them
                - Fixed issue with scrolling after script formatting
            - Data Editor:
                - Fixed advanced paste for tables without a key (thanks to @mikiubo)
                - Fixed value display issu
(省略されました)
25.1.5
dbeaver/pro#6391 Fix databricks default catalog name (#38915)
* dbeaver/pro#6391 Fix databricks default catalog name
* dbeaver/pro#6391 Fix git issues
* dbeaver/pro#6391 Remove bootstrap from snowflake and databricks
* dbeaver/pro#6391 Remove bootstrap from snowflake and databricks
---------
Co-authored-by: Daria Markaryan <43252954+DariaMarkaryan@users.noreply.github.com>
25.1.4
            - SQL Editor:
              - Fixed autocomplete for tables which names conflicts with keywords
              - Fixed WHERE keyword autocompletion
              - Fixed collapse/expand of result tabs
              - CEIL and CEILING are no longer highlighted as keywords
            - Data Editor:
                - Fixed the icon for the "Move to Top" action (thanks to @Mattwmaster58)
                - Query text is now displayed near the filter panel when the results are filtered
            - Data Transfer:
                - Fixed an issue where an excessively wide window was created during data export
                - Fixed the button order in the export dialog for better consistency and usability
            - Navigator: added an indicator to show when entities are filtered using the search bar
            - General: if you try to run the a
(省略されました)
25.1.3
            - AI integration is now included in the Community packaging, extension install is not needed anymore
            - SQL Editor:
                - Fixed an issue when files modified externally could not be closed without overwriting
                - Schemas/catalogs support in the Generic driver was improved
            - Metadata: fixed an issue where virtual keys created via the popup dialog were not saved
            - Data Editor: fixed the Copy as CSV option in Advanced Copy
            - General: editor tabs now use connection color for visualization
            - Connectivity:
                - SSHJ encryption keys support ws improved
                - Issue with network profiles name wrapping was resolved
            - Databases:
                - CUBRID:
                    - Metadata objects search was fixed (thanks to @longhaseng52)
 
(省略されました)
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 ke
(省略されました)
25.1.1
            - SQL Editor:
                - Added support for column expansion for CTEs
                - Added support for TSQL "TOP" expression
                - Added support for CTE names in sub-queries
                - Disabled SQL autocomplete inside DBeaver SQL commands
                - Fixed an issue where code completion failed in long queries when using column aliases
                - Fixed an issue where most of the output was lost after performing a search
            - AI assistant: GitHub Copilot authorization dialog was improved
            - Metadata Editor:
                - Added progress visualization for loading items and a message indicating when the list is empty
                - Fixed sorting of objects such as indexes
                - Fixed layout issues when resizing stacked multi-line fields
            - Data Editor: fixed c
(省略されました)
25.1.0
            Changes since 25.0.5:
            - SQL Editor:
                - If referenced table has an alias, it's now always prepended before column name for semantic completion
                - Added a new setting for semantic completion to control fully-qualified column names
                - Fixed bind variables dialog layout for large fonts
            - Data Transfer: removed the "All but nulls" and added "All including nulls" option for CSV export
            - Miscellaneous:
                - Fixed misaligned editor window in the Bind Parameters dialog for macOS
                - Fixed an issue where the "Tip of the Day" window could block the application interface from loading
                - Fixed inconsistent application of connection colors for test and production connection types
                - Fixed application launch in CLI mode
   
(省略されました)
25.0.5
            - SQL Editor:
                - CTE completion and navigation support was significantly improved
                - SQL columns completion was fixed (issue with overlapping names)
                - Added support of STRAIGHT_JOIN and LATERAL JOIN
                - Several navigation shortcuts were fixed to avoid conflicts with European keyboard layouts
            - Metadata: Added the ability to resize multiline fields
            - Navigator:
                - Added the number of elements in folders (configurable, thanks to @isai-salazar-enc)
                - Fixed an issue that prevented schemas and databases from opening
            - Miscellaneous:
                - Added an extra CLI runner: dbeaverc. It respects settings in dbeaver.ini
                - When a user selects the driver version manually, it will no longer be updated automati
(省略されました)
25.0.4
            - SQL Editor: Added support for Common Table Expressions (CTE) by semantic analysis and autocompletion
            - Data Editor: When an inline editor is active and the user starts typing, the grid now automatically scrolls to the cell being edited to avoid unexpected cell editing
            - Connectivity:
                - Added an option to update a driver to a recommended version
                - Fixed an issue with replacing localhost with the IP address when connecting via SSH
            - Databases:
                - Clickhouse:
                    - Clickhouse driver was update to version 0.8.5
                    - Data type display was fixed
                - CUBRID: Added the ability to update user (thanks to @rathana-pvs)
                - GBase 8s: enhanced support for editing unique constraint and CHECK constraint (thanks to @
(省略されました)
25.0.3
            - Data Editor:
                - Added the ability to sort data by the primary key (Preferences - Editors - Data Editor - Default ordering)
                - Fixed data types coloring for foreign and primary keys
            - SQL Editor:
                - Fixed the single quotes handling
                - Fixed SELECT .. FOR UPDATE queries execution (thanks to @f-m-t-t-m)
            - AI assistant: Users on macOS now can send messages to AI assistant window with Enter and to AI Chat with Cmd + Enter (need AI extension installed)
            - Navigator: Ascending table sorting was fixed
            - Connectivity: Fixed an issue when credentials in the Test connection overwrite credentials of the previously created connection
            - Miscellaneous:
              - Migrated to Eclipse 2025-03
              - Updated Light theme
         
(省略されました)
25.0.2
            - Navigator:
                - Filter behavior has been improved for a better user experience
                - Fixed filters for secondary DBeaver app windows
            - SQL Editor:
                - Query cancelation after retry was fixed
                - When the "Blank Line is Statement Delimiter" option is set to Smart, blank lines are now correctly recognized as script delimiters while executing queries as Script
                - Fixed missing space after the leading keyword in some cases
            - Miscellaneous:
                - Added an option to display the breadcrumbs in either the status bar or at the top of editors
                - Breadcrumbs now occupy less horizontal space in the status bar
                - Added the DBeaver icon to aarch64-linux package (thanks to @chirontt)
            - New Drivers: Added support f
(省略されました)