DBeaver
詳細情報
タイトル | DBeaver |
---|---|
URL | https://dbeaver.io/download/ |
バージョン | ver 25.0.2 |
更新日 | 2025/04/07 |
追加日 | 2019/09/07 |
種別 | フリーソフト |
説明 | マルチプラットフォーム対応のデータベース管理ツール。 |
レビュー
レビューはありません。
スクリーンショット
更新グラフ
バージョン履歴
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
25.0.1
- SQL Editor:
- Fixed a bug in single-tab mode where script execution displayed results from the previous execution
- Fixed the sql formatting for procedure calls with multiple argument
- Improved buttons layout in result set view on execution error
- Auto-refresh is now stopped if the result is not visible or DBeaver window is collapsed
- SQL autocompetion: Fixed the ability to expand columns for table_alias.*
- Added the ability to use the "Short object names" code completion option for columns
- Command parameters now always highlighted with black
- AI assistant: Fixed an issue where a query without a semicolon before @ai was skipped without an error message. Query will be executed even if there is no semicolon
25.0.0
Changes since 24.3.5:
- Data Editor:
- Added a suggestion to check spatial column visibility when enabling the spatial view
- Data cells search algorithm fixed (find/replace)
- SQL Editor:
- The schema selector is now hidden when it is not applicable to the current connection
- @include command execution was fixed
- Transaction mode refresh on script database change was fixed
- Improved performance of reading data in the SQL console
- Changed default shortcuts for the Result set zoom to Alt+0 and Alt+9 (to avoid conflicts with European layouts)
- Proposal sorting in code completion was improved: joins are always on the top
- Joins auto-completion was improved
- AI Ass
24.3.5
- SQL Editor:
- Client-side commands color highlighted was improved
- Added menu options for refresh current schema and all schemas
- Code completions options were renamed to "Semantic" (the default) and Legacy
- Semantic autocompletion:
- Added support for the function names
- Fixed incorrect proposals for trees with missing nodes
- Improved support for DESC, ORDER, LIMIT and other keywords
- Alphabetic proposals ordering was disabled by default
- Fixed duplicates in Combined autocompletion mode
- Script execute statistics rendering was improved (most valuable fields got first)
- Data Editor:
- Fixed the context menu for column names copy
24.3.4
- SQL Editor:
- Added the ability to use multi-line variables in SQL scripts
- New autocompletion engine was improved and enabled by default:
- Autocomplete performance was significantly improved
- Fixed an issue with autocomplete failure after the dot
- Fixed autocomplete for JOIN conditions
- Fixed an issue with not executed included scripts
- Fixed alias case sensitivity in autocomplete
- Changed an icon for derived column in autocompletion proposals
- ER Diagram: added the ability to generate SQL with INNER JOIN and SIMPLE JOIN from a diagram
- Query Manager: query duration formatting was fixed
- Data Editor:
- Fixed an issue where unchange
24.3.3
- 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
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 o
24.3.1
- SQL Editor:
- Added AS before table alias in FROM clause for all relevant databases
- New autocompletion: added support for USING and some improvements for JOIN condition
- Fixed indentation behavior when adding a new line
- Added support for ${time} variable in data source variables for script templates (thanks to @pajonas)
- Data Editor:
- Cell hints were redesigned. You can configure them on the Context menu
- Added support for the composite types for Grouping panel
- Items with the too long text in query history were truncated
- Navigator: Saving filter for database objects was fixed
- Data Transfer: Added the ability to use comma as a delimiter in the Advanced Copy option (thanks to @GFreitas
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 (
24.2.5
- New drivers: New LibSQL/Turso driver was added
- SQL Editor:
- Fixed script execution on disconnected state
- New autocompletion behavior was enhanced
- 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
24.2.4
- SQL Editor:
- A warning is now shown instead of an error when a DROP TABLE statement contains IF EXISTS and the table does not exist
- Fixed script execution on disconnected state
- New autocomplete engine now expands the * symbol in SELECT statements when using "Ctrl + Space"
- New autocomplete no longer suggests query-start keywords in the middle of queries
- Metadata requests are no longer sent while typing a query when "Auto-activate on typing" is enabled
- Data Editor: exception on disconnection was fixed
- Navigator:
- Added the ability to refresh the database connection
- Filters were fixed
- Data Transfer: Added the ability to export JSON values as embedded JSON
- Connectivity: