- Data viewer:
- Problem with unreachable last row/column was fixed
- “Open With” action now uses configuration from last data export
- Find/replace issues were fixed (scroll to found cell)
- Bug in reference panel was fixed (multiple value selection)
- Filter value auto-completion was fixed (popup close)
- Virtual unique keys management was improved
- SQL editor: multiline code templates apply was fixed (thanks to @VASilaev)
- Number of bugs were fixed in the Simple navigator view
- Transaction management was improved (redundant transaction commit confirmations were removed)
- GIS viewer: many new (and cool) tiles were added (thanks to @mkgrgis)
- Active catalog/schema selector UI was improved
- Connection edit dialog was fixed (error during page switch)
- Oracle:
- Connection settings (SID/Service) save was fixed
- Session terminate was fixed (for non-RAC databases)
- Exasol:
- Foreign key creation was fixed
- View DDL extraction was fixed (auto-format was disabled)
- HANA: unique key creation was fixed
- Firebird: procedure metadata refresh was fixed
- Problems with remote RDP connections (app crash) were fixed
- Japanese localization was significantly improved (thanks to @ScratchBuild)
- We have migrated to Eclipse platform 2020-03
- Many other minor bug fixes and improvements
↧
DBeaver 7.0.3
↧
CloudBeaver 1.0
Great news, everyone!
We released a new open-source project.
We are happy to introduce new web-based and cloud-ready database management application. Please, welcome CloudBeaver!
CloudBeaver is free and open source. As an open-source product it already supports the most popular open source databases, such us PostgreSQL, MySQL, MariaDB, SQLite and Firebird.
You can look through the code in our GiHub repository, test it on the demo server and deploy it in your database environment.
As usually, we open for your feature requests, questions and suggestions.
Take a look!
DBeaver team
↧
↧
DBeaver 7.0.4
- SQL editor:
- Format now formats active query by default
- Matching brackets highlighting was improved
- Data viewer:
- Find/replace highlighting and scrolling was fixed
- Data filter save was fixed (problem with quoted column names)
- Auto-completion in data filter now can be disabled
- Object editor: refresh button in bottom toolbar was unified for all pages
- Dark theme support improved (connection type colors)
- New connection wizard was fixed (problem with quick driver selector)
- Driver editor dialog was improved:
- Extra properties save was fixed
- Legacy drivers support was added
- Git extension packaging was fixed (older Eclipse versions support)
- Derby: new database create was fixed
- Firebird: system objects hide/show was fixed (determine system flag from fro meta table)
- MySQL:
- Read-only connections support was fixed (SQL editors)
- Query execution plan explain was fixed
- Oracle:
- Driver configuration was fixed (typo in Maven artifact name)
- Java classes source viewer was added
- Materialized view DDL read was fixed
- PL/SQL parser was fixed (CASE/WHEN/END)
- PostgreSQL:
- search_path update was fixed
- Numeric values rendering was fixed
- Redshift: SOCKS proxy support was fixed
- SQL Server: table DDL generation was fixed (column type names)
- SQLite: foreign key metadata read was fixed (FKs with no name)
- Portuguese (BR) localization was added (thanks to @wellesximenes)
- Many minor bug fixes and improvements
↧
DBeaver 7.0.5
- Data viewer:
- Pin (aka “freeze”) column feature was added
- Float (32bit) data type render was fixed (MySQL)
- Plaintext renderer was fixed (binary values representation)
- Filter value auto-complete was fixed (clipboard paste support)
- Issue with “order by table column + column alias” was fixed
- SQL editor:
- Script close prompt was fixed
- Hyperlinks now contain procedure parameters
- Script selector panel positioning was fixed
- Execute in new tab: new tabs opening was fixed
- SQL format preferences page was improved
- SQL formatting was fixed (line feeds after brackets)
- SQL console title was fixed (source object name was added)
- Non-https Maven repositories and driver links were removed
- PostgreSQL:
- Added parameters to the SQL execution plan explain (ANALYSE is optional)
- Database backup was fixed on Linux/MacOS (proper table names quoting)
- Table DDL was fixed (show table comment)
- Sequence DDL was fixed (START parameter)
- Object dependencies now contain links on dependent/depending object
- Permission/role editors were fixed (roles are sorted by name now)
- SQL auto-completion fixed for older PG (<= 8.4)
- Oracle: unique key detection was fixed
- DB2:
- FOR BIT DATA columns support was fixed (show value as binary)
- Native SQL dialect support was improved (BEGIN/END)
- SQLite: ROWID pseudo-column support was added (as unique key)
- Many other minor bug fixes and improvements
↧
DBeaver 7.1.0
- Database navigator:
- Statistics view (table sizes) was added
- Connection coloring was redesigned
- Connection host name tip was added
- Data viewer:
- Ref cursor panel viewer was added
- Columns sort settings save/load was added
- Data export in HTML format was fixed (styles)
- SQL editor:
- Function call formatting was improved
- Table alias generation was fixed (for unicode/numeric table names)
- PostgreSQL:
- Ref cursors refresh support was added
- Table and schema statistics was added
- Table comment and rules were added to DDL
- Oracle:
- Metadata search was fixed
- Java source read was fixed
- ODBC driver download was fixed
- Exasol: metadata edit dialogs were redesigned
- Clickhouse: table statistics was added
- Firebird: view editor was fixed
- Plain HTTP driver repositories (Maven or direct links) were replaced or removed
- Big number of minor UI and database-specific bugs were fixed
↧
↧
DBeaver 7.1.1
- Database navigator:
- Connection type highlighting was redesigned
- Simple view support was improved
- “Force object refresh on editor open” action was fixed
- Main toolbar UIX was improved (no disabled selectors)
- Database tools context menu was fixed
- Table statistics:
- Rendering problems (redraw on scrolling) were fixed
- Performance problems were fixed
- SQL Server support was added
- Data viewer:
- Wrong value extraction was fixed for expression aliases which conflict with table column names
- Dictionary values separator configuration was added
- Row coloring: support of gradient coloring for read-only columns was added
- Data formatter:
- Action “reset to default” was fixed in preferences
- Preference changes are immediately applied to open data editors
- SQL editor:
- Results tab rename was fixed (now we save tab title between results refresh)
- Parser of multiple SQL queries on a single line was fixed
- Execution plan explain operation cancel was implemented
- Coloring of numbers in scientific notation was fixed
- Paste from source code: \n and \r characters handle was fixed (now we use proper line feeds)
- Stored procedures call generation was fixed
- Object editor: “reject changes” and command undo/redo command were fixed
- Data import: open target table on finish
- Data migration: DDL generation was improved (apply the same column data type when source and target databases use the same driver)
- Database tasks: PostgreSQL, MySQL and Oracle tools now can be saved as tasks
- SSH configurator: UI controls layout was fixed
- Database driver edit dialog was fixed (legacy driver option is disabled by default)
- MySQL:
- User permission management was fixed (FLUSH PRIVILEGES is not needed for newer server versions)
- Unsigned INT and BIGINT data types support was added
- Oracle:
- Numeric data type modifiers (scale/precision) rendering was fixed
- Materialized views read/create and delete was fixed (mviews were removed from table list)
- PostgreSQL:
- Vacuum tool was improved (run in auto-commit mode)
- List of reserved keywords was updated
- Redshift: View with no schema binding support was added
- SQL Server: timestamp columns were marked as auto-generated
- Big number of minor UI and database-specific bugs were fixed
↧
DBeaver 7.1.2
- Data viewer:
- Now we refresh entire row after cell value update (handy if you have triggers)
- Generate SQL context menu was fixed
- Horizontal scroll with mouse wheel support was added
- Export data in source code (PHP arrays) format was added
- Bug with Ctrl+Backspace handler was fixed
- SQL Editor:
- Query cancel handler was improved (problem with UI stuck was fixed)
- Now we show query information in the result tab tooltip
- Query parser was fixed (active query extraction for Ctrl+Enter action)
- Template variables (${word_selection} and ${line_selection}) support was fixed
- Navigator:
- Icons for “Create object” actions were fixed
- Main menu File items were reordered
- Heading and trailing spaces trim was added to all edit dialogs/panels
- Session manager: problem with multiple windows was fixed
- SQL Server: Database tools (index rebuild, triggers disable) were redesigned
- Firebird: new table and table column creation was fixed
- PostgreSQL: Table partition DDL was fixed
- MySQL: CHECK constraints edit support was added
- Oracle:
- Table statistics read was fixed
- Schema indexes folder was added
- Check constraints editor was added
- Trigger status icon was fixed
- Exasol: (thanks to @Sargul)
- Metadata read performance was improved
- Metadata search support was added
- Table references
- Index create DDL was fixed
- Table statistics read performance was improved
- Redshift: driver download was fixed
- SQreamDB driver was added
- YugabyteDB driver was added
- We upgraded Eclipse platform version to 2020-06. It affects dark theme and General preferences and fixes several minor bugs
↧
DBeaver 7.1.3
Midsummer release. Vacation time
- Spatial presentation: tooltips rendering was fixed
- DB2: UI tools were converted into database tasks
- MySQL/MariaDB: database restore was fixed (binary data corruption)
- PostgreSQL: data type DDL was improved + comment edit support was added
- Oracle: problem with connect as SYSDBA was fixed
- Exasol: (thaks to @Sargul)
- Database error type discovery was added (proper handle of “connection lost” errors)
- Metadata read performance was improved
- Googlee Spanner: official driver configuration was added (thanks to @olavloite)
- Simple view mode was fixed (redundant database objects were hidden)
- Proxy configuration UI was fixed
- MacOS installer was fixed (potential vulnerability was removed, thanks to @De4dCr0w)
- Tasks management: error handing was improved (for deleted tables)
- We reverted to Eeclipse 2020-03 platform (it resolves a set of UI glitches on some platforms)
- A few minor UI and database-specific bugs were fixed
↧
DBeaver 7.1.4
- Database navigator:
- Connection status icons and tooltips were redesigned
- Icon decorations added for Git-integrated projects
- Navigator view options were added in the context menu
- Simple view support was improved (redundant objects removed from the navigator tree)
- Icons for “Create new objects” action were fixed
- Data editor:
- Unique key detection was fixed (for data editor)
- Advanced paste of multiple rows was fixed (redundant rows create was removed)
- Column filter dialog move/resize was fixed on Linux
- Grid data rendering performance was improved
- Auto-complete of column names was fixed in the filter panel
- SQL editor:
- Search/replace/undio/redo shortcuts were fixed in embedded editors (view/procedure sources)
- Parameter binding was fixed for multiple occurrences of the same parameter
- Smart commit mode behavior was fixed for PostgreSQL (post-error transaction recovery)
- Delete indent with single backspace was enabled by default
- Server log panel now works for data modification triggers
- Extract query from source code now shows notification popup
- Multiple queries execution is now allowed (in separate tabs)
- ERD editor: extra coloring was added for multi-schema diagrams
- Oracle:
- Metadata read performance was increased (Tables, materialized views)
- Columns and constraints were added in materialized view editor
- Numeric data type precision read was fixed
- Support of implicit cursors in query results was added
- View DDL reading was improved (view comments are included in DDL)
- PostgreSQL:
- Default schema detection and search_path overwrite was fixed
- Multi-dimension arrays support was added
- Table DDL for inherited tables was fixed
- MySQL:
- Active database change in read-only connections was fixed
- CHECK constraints support was added
- Table copy operation was fixed
- User password management was improved (to avoid FLUSH PRIVILEGES)
- Sybase:
- Support of text editing in views was added
- Schema indexes reading was fixed
- New table columns create was fixed
- CockroachDB: direct table data edit support was fixed
- HSQLDB: UUID data type support was added
- Query cancelling was improved (force cancel for hanging connections)
- Transaction isolation level settings save was fixed
- Error and debug logging was fixed
- A large number of minor UI improvements and bugfixes
↧
↧
DBeaver 7.1.5
- Data transfer:
- Import from multiple CSV files was added
- Import from files into new tables
- Data import preview dialog was added
- Target table create/alter DDL now supports database-specific options
- Virtual columns are ignored in SQL INSERTs export
- Problem with data transfer wizard and Darkest Dark theme was fixed
- Problem with timestamp format for CSV/XLSX export was fixed
- Case sensitive table/column names resolution was fixed
- Database navigator:
- Statistics render was fixed for MacOS and Linux
- Database size statistics was added for PostgreSQL, MySQL, SQL Server, DB2
- Team work:
- Problem with empty Git Repositories view was fixed
- Git integration was added in project navigator view
- PostgreSQL:
- Native client version was upgraded to version 12 (Windows)
- Check constraints read was fixed (PG 12+)
- SQL results limit was fixed (for queries with LIMIT/OFFSET/FETCH clauses)
- Object DDL generator was improved (comments, permissions)
- Support of case insensitive full-text search was added
- Table partitions statistics was added
- Oracle:
- TNS names search was fixed
- Connection info was fixed for TNS/custom URL connections
- Variables are now supported in custom JDBC URL (thanks to @insightfuls)
- MysQL:
- Problem with check constraints read was fixed
- Table copy was fixed (bug with redundant indexes was resolved)
- Redshift: problem with read-only resultsets was fixed
- Snowflake: SQL dialect support was fixed ($$ comments)
- A large number of minor UI improvements and bugfixes
↧
DBeaver 7.2
Major changes since 7.1:
- Simplified database structure view was added
- Database maintenance tools can be saved as tasks now
- Table and schema size statistics were added in the database navigator
- Import from multiple CSV files was added. Files can be imported into new or existing tables
- Many problems with UI freeze on disconnect or query cancel were fixed
- Database navigator rendering was redesigned
- A number of problems with keyboard shortcuts were fixed
- Git integration was improved: now we show file status in the Project Explorer view
- New database drivers were added: YugabyteDB and SQreamDB
Changes since 7.1.5:
- Problem with database list load was fixed (PostgreSQL, Redshift, MySQL, Oracle, SQL Server)
- Metadata editor: edit property form rendering was improved (non-applicable fields are hidden)
- Performance for table statistics reading was improved
- Data viewer:
- Column ordering was fixed (for custom SQL queries)
- UUID transform: version 2 support was added
- Default database name and default user name were added for many database drivers
- Data export: custom data type formatting support was fixed
- PostgreSQL:
- Cursor fetch was fixed
- Native client was upgraded to version 12
- Table OID support was fixed (PG 12)
- PgPass parser was improved (support for escaped characters was added)
- Oracle:
- Materialized view comment editor was fixed
- View definition reading was fixed (for non-DBA users)
- Table reading now uses DBA views (optional)
- Profile resources metadata reading was fixed
- MariaDB/MySQL: table column resolving was fixed
- CockroachDB: connectivity problem was fixed
- Greenplum:
- Metadata search was fixed (for procedures)
- Table metadata reading was fixed
- Dark theme support was improved (tab folders, toolbars)
- A large number of minor UI bugfixes
↧
DBeaver 7.2.1
- Preference pages structure was reorganized (in the standalone and plugin versions)
- Database navigator:
- Filters now support masks escape (_ and % characters)
- Connection state icons were replaced and adapted to dark themes
- SQL Editor: editor tab title now can include active database/schema name
- MySQL: driver “MySQL 8” is now the default driver. “MySQL 5” driver can be used for older server versions.
- Oracle: tables/views load performance was improved on some systems
- PostgreSQL:
- Latest PostGIS driver mapping was added
- Geometry data types export was improved (proper SQL format + SRID)
- Hidden databases can be loaded in the database navigater
- CockroarchDB: role manager was fixed
- DB2: runstats utility support was fixed (wrong syntax)
- SQL Server: extra T-SQL dialect keywords were added
- CUBRID driver configuration was fixed
- Several UI freeze issues were fixed (deadlocks)
- Import from CSV/XLSX:
- Wrong rows can be skipped (with disabled “Batch import” option)
- Import parameters documentation was updated
- Several minor bugs were fixed (NPE and UI glitches)
↧
DBeaver 7.2.2
- Database navigator:
- View only connected data sources filter was added
- Quick search in connections/schemas options were added
- Multiple objects delete confirmation dialog was redesigned
- Tooltips visibility configuration was added in preferences
- Windows installer: shortcuts for “All Users” were fixed
- SSH tunnels:
- Support for OpenSSH key format was added
- Problem with dobule password prompt was fixed
- Data viewer:
- Grouping panel now supports column reordering
- Column modifier icons (key, read-only) were updated
- JSON/XML viewer performance was significantly improved
- SQL editor: toolbar buttons enablement was fixed
- Data transfer:
- Native client selector was fixed
- Extra file name pattern variables were added
- Native date/timestamp format support was added to the SQL INSERTS export
- Extra formatting options were added to the SQL INSERTS format
- MySQL: user credentials of mysqldump overwrite local configuration now
- SQL Server:
- SSL support was added
- Database create/drop/rename features were added
- PostgreSQL:
- Interval data type DDL was improved
- Table storage parameters were added to DDL
- “Connect as role” option was added in the connection settings
- Materialized view comment edit was fixed
- Trigger comment editor was added
- Oracle: extra NLS parameters were added on the connection settings page
- Snowflake: active schema set command was fixed
- Derby: unique indexes metadata read was implemented
- SQLite: column autoincrement option support was added
- Firebird: data types information read was fixed
- Several other minor UI bugs were fixed
↧
↧
DBeaver 7.2.3
- Data transfer:
- Data preview was fixed for custom SQL queries
- Binary format mapping was fixed (BLOB->binary)
- Target table name mapping was improved
- Context data context menu item visibility was fixed
- SQL format: extra options were added (including INSERT OR REPLACE support)
- HTML format: additional export options were added
- DbUnit format support was improved
- SQL editor:
- “Auto-save on edit” option was added
- Procedures auto-completion was improved (use signature or parameter names depending on context)
- Query cancel on editor close was fixed
- Disable auto-formatting inside comments
- Data viewer: minimum fetch size now limited by 100 rows
- SSH configuration: bug with variables in connection parameters was fixed
- Column reordering UI was fixed
- PostgreSQL:
- Serial data types support was improved
- Trigger DDL was fixed
- $$ rule parser was fixed
- Informix:
- Driver was updated to the latest version
- Schemas/tables metadata extraction was fixed
- Error in database switch in transactional mode was fixed
- MySQL:
- Zerofill flag support was added
- NULL values of “text” type rendering was fixed
- Oracle:
- Expired password change feature was fixed
- Connectivity problem (“ONS configuration failed”) was fixed
- SQLite: column drop feature was added
- SQL Server: data read from clustered tables was fixed
- Number of minor bugs were fixed
↧
DBeaver 7.2.4
- Data transfer:
- REPLACE/UPSERT support was added in SQL export format
- Target format selector was fixed (Linux)
- Bug in dump/restore credentials save was fixed
- Data viewer:
- Contrast color now used as foreground color
- Bug with results fetch size disable was fixed
- Preference pages structure was re-organized (get rid of Eclipse legacy)
- Database navigator:
- SQL editor context menu was enhanced
- “Link wit editor” command was fixed for SQL scripts
- Problem with empty/redundant tooltips was fixed
- SQL editor: active query cancel on editor close
- ER diagrams: table comments loader was fixed
- Sample database now can be created from the main menu
- Transaction deadlocks viewer was fixed
- PostgreSQL:
- Data type handler detection was fixed (uuid, name and other types)
- Array editor was fixed (proper array item type discover).
- Oracle:
- Oracle 8 support was fixed (metadata read queries)
- Ref cursors support was added
- Multi-row INSERT support was added (for export in SQL format)
- View and materialized view DDL was fixed (comments)
- MySQL:
- Dump/restore credentials override option was added
- “Disable foreign key checks” option was added in database restore wizard
- SQL Server: national charsets support was added for table/column comments
- Informix: check constraints read was added
- Hive: LIMIT clause support was added
- Intersystems IRIS driver was added
- Number of minor bugs were fixed
↧
Hosting migration
Due to a very high traffic we can’t keep DBeaver downloads on the single host anymore.
Since today (Nov 4 2020) all binaries are located in the CDN cloud (download.dbeaver.com).
For most users it will improve download performance.
However, if you experience any problems with DBeaver binaries download – please let us know.
Note: all old links are working. There is no need to change any configuration related to dbeaver download URLs.
Have fun!
↧
DBeaver 7.2.5
- SQL Editor:
- Folding support was improved and enabled by default
- Current/selected word highlighting support was improved
- SQL formatting was fixed for DDL queries (like CREATE TABLE)
- “Find in Google” command was added
- SQL-related preference pages were redesigned
- Parser of complex SQL blocks (e.g. PL/SQL) was significantly improved
- Problem with missing query results for some DDL queries was fixed
- Data editor:
- ROWID columns support was fixed
- Binary values copy-paste support was added
- Column auto-completion in the filter panel was fixed
- Data transfer:
- Automatic columns mapping added for CSV without header column
- Import from CSV/XLS: timezone parameter was added for date/time columns
- Export from SQL query with custom variables: UIX was improved
- Boolean value editor UI was changed (text instead of icons)
- User authentication UI was fixed when “Save password” option is off
- SSH: private key format transform was improved on Linux
- PostgreSQL:
- Arrays edit support was fixed
- Inet and other custom data types edit was fixed
- “Generate SQL” action for varchar arrays was fixed
- Create/alter trigger functions were fixed
- Partition create/drop/alter actions were added
- Hive:
- Indexes metadata read was added
- Index create/drop functions were added
- Column add/delete support was added
- Table rename support was added
- Oracle:
- Extra metadata read performance options were added
- Foreign key metadata read was fixed (ON DELETE rules)
- View DDL was fixed (column comments)
- Many other minor bugs were fixed
↧
↧
DBeaver 7.3
New major release:
- A lot of improvements for MacOS:
- Problem with toggle checkboxes was fixed
- Problems with inline value editors were fixed
- Problem with connection editor open on single click was fixed
- Problem with metadata viewer in BigSur was fixed
- SQL editor:
- Complex SQL queries parser was improved
- Query folding now respects active SQL dialect
- Problem with focus loss after query execute was fixed
- Data transfer:
- Imports from CSV/XLS: date columns support was added
- Export in SQL INSERT format: support of various INSERT/REPLACE/UPSERT dialects was added
- Problem with active schema switch during task execute was fixed
- Export from query: task UI configuration was fixed (active schema select)
- ERD: table copy-paste was fixed
- Project delete now requires confirmation of project files delete
- Command line: connection credentials now can be passed along with connection name/id
- SSH: private key format conversion was improved (Linux)
- SQL INSERT query generator now skips auto-generated columns
- PostgreSQL:
- Table DDL was fixed (serial columns)
- Role members/permissions viewer was fixed
- Permission editor now supports sequences and materialized views
- Bug with partition list read was fixed
- SQLite: table column delete feature was added
- Teradata: active schema selector was added
- Firebird: problem with missing views was fixed. View source editor was fixed
- Exasol: table index create UI was fixed
- SQL Server: index create UI was improved (index type selector)
- Hive: SQL dialect was improved (extra keywords)
- MySQL/MariaDB: privileges editor UI was fixed
- Oracle:
- PL/SQL parser was significantly improved
- View DDL read was fixed
- Session manager now supports Oracle 9 and 8
- BigQuery:
- Problem with missing resultsets was fixed
- Driver version was upgraded
- HANA: triggers metadata reading was fixed (bug with wrong schema)
- Many minor UI bugs were fixed
↧
DBeaver 7.3.1
Well, 2020 is almost over (phew).
We’ve made a several major changes in the last version of the year:
- Installers:
- Windows installer packager was reworked
- MacOS PKG installer was deprecated, DMG installer now includes JDK
- Linux installers (DEB and RPM) now include JDK
- All zip archives now include JDK
- MacOS (BigSur):
- Problem with lines disappear in SQL Editor was fixed
- Problem with connection driver properties editor were fixed
- Problem with data filter history dropdown was fixed
- Native client selector was fixed (MySQL, MariaDB, PostgreSQL)
- Data transfer:
- Data import now supports INSERT OR REPLACE mode (Oracle, MySQL, PostgreSQL, SQLite, Firebird)
- Column mapping is now saved between different runs (no need to make the same assignments multiple times)
- Data editor:
- Resultsets ordering configuration was added (client/server side or smart mode)
- Columns pin flag now saved across different data filters
- SQL editor:
- Tabs management was redesigned and improved (naming, pins, reordering)
- SQL folding performance was significantly improved
- SQL auto-completion was improved for procedures
- Problem with unicode characters in script file names was fixed
- Problem with parameters binding dialog was fixed (bad performance during parameter value change)
- SQL generation: extra options were added
- PostgreSQL:
- Permission grant queries were fixed
- New schema + new table + new column create UI was fixed
- Oracle:
- Session manager now supports Oracle 9
- Dependencies information was added for tables, views and packages
- Redshift: geometry/geography types support was added
- SQL Server: user data type list was fixed (redundant types were removed)
- Firebird: procedure parameters domain type names were fixed
- Popup errors during theme change were fixed
- New connection driver selector was improved (performance)
- DBeaver was migrated to Eclipse platform 2020-12
- DBeaver build system was migrated to Tycho 2.0
- Many minor UI bugs were fixed
- Note: if you experience any problems starting dbeaver after the version upgrade
- please try to reset workspace
↧
DBeaver 7.3.2
- Data editor:
- Default column values are now shown for new rows
- LIKE filers now add % masks automatically
- Tabs close confirmation dialog was fixed
- Value filter drop-down was fixed (problem with column mismatch was fixed)
- Boolean values view is now configurable
- Result tabs drag-n-drop behavior was fixed
- Metadata editor:
- Boolean values view is now configurable
- Virtual foreign keys editor was fixed
- Incorrect column length (zero or negative) was fixed
- Data transfer:
- Data type mapping was improved (better type matching)
- Password field layout was fixed
- Tasks editor view: collapse/expand behavior was fixed
- Opening SQL files from shell was fixed (MacOS)
- SAP HANA: connection settings page redesigned (thanks to @kai-morich)
- PostgreSQL: roles DDL view was added
- Redshift:
- Extra data types (non-PostgreSQL) support was added
- Strings parser was fixed (escape with backslash)
- SQL Server: stored procedures invocation was fixed
- Clickhouse: ALTER TABLE scripts for new columns was fixed
- Many minor UI bugs were fixed
↧