Quantcast
Channel: DBeaver Community
Viewing all 306 articles
Browse latest View live

DBeaver 5.1.6

$
0
0

Release notes:

  • Generic driver: new objects creation was fixed
  • Foreign keys creation was fixed
  • Schema loading was fixed (Generic driver)
  • Native client download feature was added (MySQL, MariaDB, PostgreSQL)
  • Database objects search was fixed
  • Long CLOB value editor was fixed
  • Configuration for edit toolbar visibility was added (toolbar is disabled by default)
  • Keyboard shortcuts activation was fixed
  • Security:
    • SSH tunnel initialization fix (NPE)
    • SSH keyboard-interactive method: now use saved password
    • Advanced security (BouncyCastle) is now used for SSL/SSH cryptography by default (if present)
    • ed25519 support was updated
  • SQL editor:
    • Auto-completion was improved (fully-qualified names)
    • Source code paste transformer was improved
    • Indentation was fixed
  • Redshift:
    • PostgreSQL driver is used for connection
    • Data editor was fixed (read-only state)
  • Vertica: table list loading performance issue was fixed
  • MySQL: zeroDateTime configuration was fixed (solves performance issue)
  • PostgreSQL:
    • Table DDL was fixed (GRANT commands)
    • Foreign table DDL was fixed (OPTIONS clause)
  • SQL Server: BIT data type editor was fixed
  • SQLite: datatime/numbers formatting support was added
  • Many minor UI fixes
  • After all we have reverted to Eclipse 4.7 platform. There were too many bugs and problems with latest version. Especially with Linux platforms

DBeaver 5.2

$
0
0

Long waited major release. There are lots of bug fixes and improvements.
Changelist:

  • New connection wizard was significantly simplified
  • Database navigator now loads long table lists by segments (configurable)
  • Problem with data transfer wizard and connection wizard auto-resize was fixed
  • Results viewer:
    • Show error when cell value can’t be read from a database (instead of NULL)
    • Plaintext renderer was fixed (NULL values render)
    • Actions enable/disable state was fixed
    • Export to Excel now respects filters and orderings
  • Mock data:
    • Wizard was fixed (error with missing native client)
    • Batch size configuration was added
    • UUID data type support was added
    • String generator was fixed
  • CSV import:
    • Column mappings were fixed
    • Support literal for NULL mark
  • SQL editor:
    • Problem with procedures/views editor cursor reset on save was fixed
    • SQL formatter was fixed (spaces after brackets)
    • Completion of fully-qualified names was fixed
    • Error position highlight was improved
  • Long LOB values editor fix
  • New version check dialog can be suppressed for a particular version
  • ERD: show table/constraint comments
  • CockroachDB extension was added
  • PostgreSQL:
    • Active database switch was fixed
    • Native client selector was fixed. Binaries were upgraded to PG 10.5 version.
    • Improved support of PostgreSQL 7.x and 8.x
    • Allow to select directory in restore wizard
  • MySQL:
    • Problem with zeroDatetimeBehavior property was fixed
    • Duration data type support
  • Elasticsearch: driver version updated to 6.4
  • Redshift:
    • Native Redshift table DDL generator was added
    • Driver version update to 1.2.16 (now use Maven artifact)
  • SQLite: custom unique key editor was fixed
  • Vertica: SELECT INTO limit problem was fixed
  • H2: schema browser was fixed
  • MSSQL and Generic driver: support filters for procedures/packages
  • Misc minor UI problems were fixed

DBeaver 5.2.1

$
0
0

Release notes:

  • SQL editor: highlighting all occurrences of selected word (configurable)
  • DBeaver extensions installer was improved: admin permissions are not required any more
  • Color Theme extension support was added including Solarized Dark/Light themes
  • Problem with upgrade from DBeaver 3.x was fixed
  • Server session manager was improved:
    • UI was redesigned
    • Session manager is now present in Tools menu
    • “Explain execution plan” tab was added
    • Long operations panel was added
    • Oracle: many additional session properties were added
  • RPM package was fixed (with newer RPM packager)
  • Data transfer: option “Selected columns/rows only” were fixed
  • “Read data in SQL console” behaviour was fixed (use SQL scripts instead of console)
  • Extra commands were added to Database navigator context menu: for data edit, ERD, etc
  • Grouping panel was improved: default ordering, duplicates finder, SQL Server syntax support
  • UI for the connection selection dialog was improved
  • Procedures editor was fixed (Generic driver)
  • Results viewer:
    • Columns widths resize issue was fixed
    • Row deletion for custom SQL without unique key was fixed
  • SQL Editor:
    • Paste from source code
    • formatting was improved (line feeds)
    • SQL indentation was fixed (DDL statements)
    • Formatter preferences page was redesigned
    • SQL Workbench formatter was added
  • ERD editor: note delete command was fixed
  • Generic connections (Impala and some others) create was fixed (buttons enablement)
  • Oracle: “Connections has timed out” error was fixed
  • SQL Server: IPv6 hosts support was added
  • Vertica: tables metadata reading performance was greatly increased
  • PostgreSQL: generic (Legacy) driver metadata reading was fixed
  • Redshift/PostgreSQL: array data types support was improved (NULL arrays)
  • Added localization for many UI strings
  • Many minor UI fixes

DBeaver 5.2.2

$
0
0

Release notes:

  • Google BigQuery extension was added
  • DBF files driver was added
  • SOCKS proxy: support for proxies on localhost
  • New version release checker was fixed (NPE)
  • SQL editor:
    • Selection occurrences highlighting was improved
    • Auto-completion: fuzzy completion is now used for all database objects
    • Extra formatting configuration was added
    • Active query tab switch bug was fixed
    • SQL joins auto-completion was fixed (quote column names)
  • Results viewer:
    • Filtering + ORDER BY was fixed
    • All long string editors now support xml/json formatting
    • Native date/time formatting support was added
    • Date/time columns justify config was added
    • Bit string values support was fixed
  • Data transfer:
    • Max string column length is respected when generating DDL
    • TXT format support was fixed (column widths)
  • Query/long tasks canceling was improved (configuration)
  • Connection default transaction isolation level configuration was fixed
  • Driver version selector was fixed (MacOS)
  • Apache Hive/Spark/Impala:
    • Table data edit support was added
    • Table/view source reading was implemented
    • Driver version was upgraded (2.6.5)
  • Firebird: table columns rename/reorder/edit is now supported
  • PostgreSQL:
    • Indexes predicate support was added
    • Domain data types (timestamp) resolve was fixed
  • Oracle 11: NULL timestamp bug was fixed
  • Clickhouse: driver config was fixed (catalogs)
  • SQL Server: native driver version upgrade (7.0.0)
  • Generic driver connection page UI was fixed (long URLs problem)
  • Many minor UI fixes

DBeaver 5.2.3

$
0
0
  • Object (tables, columns, etc) editor was redesigned
  • Statistics/misc tab was added to object editors
  • Data transfer supports document-oriented databases now
  • Table rename procedure is available from the table editor (MySQL, PG, Oracle, DB2)
  • Long operations canceling was fixed
  • “Tip of the day” popup was added
  • Java 11 support was added
  • Azure SQL driver was added
  • AWS Athena support was significantly improved
  • AWS Redshift:
    • Spectrum and external tables support was added
    • Columns and foreign keys metadata reading was fixed
  • Cockroach: foreign keys reading was fixed (for ERD)
  • Vertica: performance for data reading from big tables was improved
  • PostgreSQL: support transactions in tools (Truncate and others) was added
  • Oracle: TIMESTAMPTZ and TIMESTAMPLTZ data types support was fixed
  • Greenplum: session manager was added
  • SQL Server: sequences info reading was fixed
  • Clickhouse: GROUP BY/ORDER BY functions in grouping panel were fixed
  • Eclipse 2018-09 is now the default platform.
  • Extra command line parameters were added
  • German and Russian localizations were significantly improved
  • A lot of minor UI fixes

DBeaver 5.2.4

$
0
0
  • Results viewer:
    • Ordering confirmation config was fixed (issue with “unsortable” results fixed)
    • Toolbars layout was changed
    • Grid presentation: columns width stretching (fit screen/value) commands were added
    • Plaintext presentation: tabs support was fixed
  • SQL editor:
    • Associated connection info can be placed in the first line of script (can be shared between different users)
    • Unnecessary objects information reading was disabled (completion performance was greatly improved)
    • Auto-completion was fixed (identifier replacement)
    • Use different syntax for store functions and procedures invocation
    • Fix for the “Search inside names” option support
  • Object editor:
    • Property editor form was redesigned/fixed
    • Glitch with jumping cursor fixed
    • Grid visibility config was added
  • Read-only connections detection was fixed
  • Light theme is now default DBeaver theme (instead of Classic)
  • Preferences pages were reorganized. SQL scripts processing pref page was added.
  • Driver selection page: new design (optional)
  • Linked folder/file handling was fixed (do not delete broken links)
  • Data transfer wizard: progress monitor was fixed
  • Greenplum:
    • Functions header/footer was added to DDL
    • Table DDL generation was enhanced
  • SQL Server: procedure names fixed in auto-completion
  • AWS Athena: connection page was fixed
  • ORacle: do not use DBA_* views by default
  • Mock data generation wizard was improved:
    • Possibility to skip columns
    • Column generator settings save/load was fixed
    • Skip auto-generated columns by default
  • Darkest Dark theme support was fixed
  • German language localization update (thanks to Bullnados)
  • Chinese language localization update (thanks to fengchao)
  • Maven configuration was redesigned (now Maven project nature can be used in Eclipse)
  • A lot of minor UI fixes

DBeaver 5.2.5

$
0
0
  • SQL Server (MSSQL) database extension was added:
    • Native SQL Server metadata
    • Table/columns/indexes/constraints editor
    • View/edit objects’ comments
  • Connection invalidate/reconnect action was redesigned (now forces reconnect always)
  • Data viewer:
    • Cell rendering was fixed in the plaintext view
    • Data save/reject key bindings were fixed
    • Support of right align for numbers and dates in plaintext view was added
  • SQL editor:
    • Tabs management was redesigned (now all tabs are pinnable and closeable)
    • SQL completion was significantly improved/fixed
    • Additional configuration for SQL formatter
  • Object editor:
    • Problem with “jumping” focus was fixed
    • Links rendering was fixed
    • Checkboxes are now grouped together
  • Data transfer: problem with multiple tables mappings was fixed
  • Read-only connections now restrict metadata edit
  • Driver properties editor UI was improved (password properties masking)
  • Project explorer UI was fixed (header column sizes)
  • PostgreSQL:
    • View and functions rename support was added
    • PostGIS support improved (now supports creation of new geometry values)
    • Data type DDL was added
    • Functions DDL was improved (comments)
    • JDBC driver default version changed to 42.2.5
  • MySQL:
    • Multiple/excluding schema filters were fixed
    • Presto: table elements reading was fixed (performance)
    • DB2 z/OS: driver config was fixed (foreign keys reading)
    • A lot of minor UI fixes

DBeaver 5.3

$
0
0

DBeaver 5.3 is ready. Mostly it is a bugfix or “stabilizing” release so there were no new major features.
Changelist:

  • Data editor:
    • Dictionary tables lookup/search was added
    • Grouping panel now supports different presentations
    • Unpin all tabs command was added
  • SQL editor:
    • Auto-completion algorithm was improved
    • SQL formatter was improved (UPDATE, BEGIN/END)
    • Multi-tab context menu was fixed
  • Connection wizard: settings page UI was redesigned
  • Foreign key creation dialog: unique indexes usage was added
  • SQL processing: LIMIT usage was fixed
  • Connection ping (keep-alive) was improved (ping CALLED only during idle periods)
  • FireBird: SQL execution plan analyzer was added (thanks to tomas303)
  • SQL Server:
    • Database objects search was fixed
    • Metadata reading (unique keys) was fixed
    • Table comments editor was fixed
    • DateTimeOffset data type support was fixed
    • New extension requires Microsoft driver only
  • Oracle:
    • Timestamp handling was fixed (for some Oracle server versions)
  • PostgreSQL:
    • Non-default databases are disabled by default
    • Native psql invocation was fixed (for old PG versions)
  • CSV files: columns and foreign keys reading was fixed
  • H2: embedded database shutdown procedure was fixed
  • A lot of minor fixes in UI and metadata processing

DBeaver 5.3.1

$
0
0

Merry X-Mas everyone!

DBeaver 5.3.1 release notes:

  • Java 11 support was added
  • Data transfer: saving for tables/columns mappings was added
  • Extensions installation/update were fixed on Windows (infinite restart loop)
  • Object editor:
    • Actions toolbar UI was fixed
    • Expand/collapse actions for all list items were added
    • Foreign key creation dialog was fixed
  • Data editor:
    • Dictionary value viewer/editor was fixed (null values, SQLite foreign keys)
    • Tooltips for foreign key links were added
    • Shortcuts for data view panels were added (customizable)
    • Results pagination now supports full data refresh (configurable)
    • Grid columns width calculation was fixed
  • SQL editor:
    • Query timing was fixed
  • Linked files/folders rename was fixed
  • PostgreSQL:
    • UI for active database switching was improved
    • Interval data type support was improved
    • Database backup was fixed (schema name quote)
    • Support for table triggers comment view/edit was added
  • Greenplum:
    • Tables DDL show GP-specific options now
    • Partition tables view was fixed
  • DB2 z/OS: views definition reading was added
  • Sybase/SAP ASE/SQL Anywhere: stored procedure list reading was fixed
  • Vertica: projection columns comments view/edit support was added
  • MonetDB: driver configuration was added
  • Many minor UI bugfixes

DBeaver 5.3.2

$
0
0
  • Data editor:
    • Open With menu was added (web browser and Excel)
    • Next page auto-fetch was fixed
  • UUID/GUID generate function was added
  • ERD:
    • Save as picture function was fixed (case-insensitive file path)
    • Attributes visibility configuration was improved
  • Data transfer: “truncate target table before load” function was fixed
  • SQL editor:
    • Parameters biding dialog + results scrolling glitch was fixed
    • Glitch with first time reading of proposal was fixed
    • Stored procedure auto-completion was fixed
    • Syntax coloring: Color Themes support was fixed
  • SQL Server:
    • Default schema detection was fixed
    • Column data type resolution was fixed
    • Identifiers auto-completion was fixed
    • NVarchar(MAX) data type resolution was fixed
  • Exasol:
    • Exasol V6.1 support was added
    • Metadata reading performance was significantly improved
    • Partitions information was added
    • Security management was improved (roles, priority groups, policies, etc)
  • PostgreSQL:
    • Rules support was added (read-only)
    • Stored procedures (PostgreSQL 11) support was added
    • Aggregate functions meta information support was added
    • Database tablespace edit support was added
    • Reserved keywords update was added
  • Greenplum:
    • External table DDL generation fixes were added
  • Redshift: column encoding information was added
  • Oracle: PS/SQL blocks parser was fixed
  • Huge code refactoring was made (separation of model and UI plugins)
  • Many minor UI bugfixes

DBeaver 5.3.3

$
0
0
  • Connection wizard was completely redesigned.
  • Database driver icons were updated.
  • “Tip of the day” dialog was redesigned, tips were added
  • SQL editor:
    • Parameters binding was improved
    • @set command now supports variables
  • Data transfer:
    • Tables/columns mapping UI was enhanced
    • Auto-mapping button was added
    • Summary page was redesigned
  • ERD: attributes visibility configuration was fixed
  • SQL Server:
    • Active directory and Kerberos authentication were added
    • Server sessions/connections manager was added
    • Error position highlighting was added
    • Auto-completion and object search was fixed
    • Schema list reading was fixed
    • Views, triggers and stored procedures editor was added
    • Foreign key navigation was fixed
    • Metadata read was improved
  • Sybase: stored procedures reading was fixed
  • Greenplum:
    • External tables browser was added
    • Greenplum-specific tables DDL was added
  • PostgreSQL:
    • Problem with RDS/SSL connections was resolved
    • Data types reading was fixed
    • Extra tables and indexes statistics was added
    • Debugger break-point toggle command was fixed
  • Exasol: comments edit support was added
  • SQLite: metadata editor was fixed
  • MS Access: metadata reading was fixed
  • CSV: export/import settings save/load was fixed
  • SAP HANA: native table DDL reading was added
  • Dark theme: data editor colors were fixed
  • Windows installer now supports silent instalation (/S and /D flags
  • see WIKI)
  • Unexpected editors “modified” mark was removed (Linux Mint)
  • CSV: export/import settings save/load was fixed
  • Older Eclipse (Mars) now supported by plugin version
  • Object delete confirmation message was fixed
  • Dangerous confirmation popups were removed
  • Workspace switching (from menu) was fixed
  • Numerous localization bugs were fixed
  • Many minor UI bugfixes

DBeaver 5.3.4

$
0
0
  • Data viewer:
    • New UI for view switching (grid/text, record)
    • Columns search was added in data filter settings
    • Numeric data types rendering was fixed
    • Plaintext mode renderer was fixed
  • SQL Editor:
    • Action toolbar design was improved
    • Context menu was simplified
    • “Find paired bracket” command was added
  • Databse navigator: double-click behavior config was fixed
  • Quick object search dialog UI redesign (object types selector)
  • Data transfer:
    • Export from multiple SQL queries was added
    • Export into single file from multiple tables was added
    • Target file name generation was improved
  • Transaction log: history loading was fixed
  • Dark theme support was improved
  • Optional extensions install was fixed (Eclipse 2018-09 support)
  • Stored procedures calling was fixed for most databases
  • Auto-completion was added to selector controls (comboboxes)
  • New databases:
    • Apache Ignote driver was added
    • MapD (OmniSci) driver was added
    • Dremio database driver was added
  • PostgreSQL: sequences DDL was fixed
  • Greenplum: (thanks to GP team)
    • External tables create/edit support was added
    • GP functions DDL was improved
  • SQL Server: better support of SQL Server 2008 and earlier
  • Oracle: materialized view create/edit/refresh was added
  • DB2 iSeries: driver config was fixed (object descriptions read enabled)
  • SQLite: table DDL reading was fixed (indexes)
  • Eclipse plugin: older Eclipse versions (4.4-4.6) support was fixed
  • Interface localization was improved
  • Many minor UI bugfixes

DBeaver 5.3.5

$
0
0
  • Database health monitoring dashboards were added (for PostgreSQL, MySQL and MariaDB)
  • Bookmarks: navigate to object action was added
  • Content editor (XML, JSON): contents formatting was added (Ctrl+Shift+F)
  • Charts: copy image to clipboard action was added
  • SQL editor:
    • Morph to delimited text action was fixed (spaces processing)
    • Delete file action was added in tab context menu
    • Intelligent bracket auto-close was improved
    • Variables resolution was fixed (mixed letters case)
    • Script Save As in non-UTF encoding was fixed
    • Files delete: keep local history by default
    • Statistics panel rendering was fixed
  • Data editor:
    • JSON auto-format was fixed (null values)
    • Standalone editor of NULL values was fixed
    • Date-time editor in native format was fixed
    • Plaintext renderer was fixed (extra spaces)
  • SSH tunnel: keyboard-interactive AND publickey auth support was added
  • Open resources in embedded text editor support was added
  • Dark theme support was improved
  • Tips of the day dialog font was fixed (HighDPI)
  • PostgreSQL:
    • Arrays editor was fixed (new array create)
    • Indexes statistics was fixed (rel size)
    • Table dependencies info was added
  • SQL Server:
    • SQL errors processing was fixed (error inside stored procedures)
  • Oracle:
    • Objects search was fixed (synonyms resolution)
    • Procedures/packages compile was fixed (trailing delimiter, log error position)
  • CockroachDB:
    • Database schema browser was fixed (aggregate functions, rules)
    • Permissions reading was fixed (CRDB style)
  • MySQL: database dump without DROP statement option was fixed
  • Firebird: sequences metadata reading was fixed
  • Sybase:
    • Stored procedure reading was fixed (multiple databases)
    • Query processing was fixed (trailing semicolon issue)
    • Synonyms tab removed
  • Many minor UI bugfixes

DBeaver 6.0

$
0
0

DBeaver 6.0 is our new major release.

  • Changes since 5.0:
    • Added support for different cloud databases in AWS and Azure,
    • Significantly improved support for PostgreSQL and SQL Server
    • Increased number supported drivers to more than 70.
    • Renovated connection wizard and data migration tools.
    • Added analytical panels, customizable dashboards, mock data generators, SQL debugger.
    • Modernized UI, significantly improved dark theme support
    • Closed more than 1600 issues on GitHub.
    • And a lot of other things
      Thank you for your support!
  • Changes since 5.3.5:
    • Navigator:
      • Filters were fixed for multi-database drivers (PostgreSQL, SQL Server)
      • Folders management was improved (move, drag-n-drop, etc)
      • Scripts ordering was fixed
    • Data view:
      • Multiple cells editor was fixed (performance)
      • Plain text presentation was improved
      • Context menus were fixed
    • PostgreSQL:
      • Views dependencies tab was added
      • Composite data types rendering and editing was fixed
      • GIS data types rendering was fixed
      • Table columns collation support was added
      • Geometry type and SRID are shown in DDL
      • Support of triggers delete was added
    • SQL Server:
      • Tables DDL generation was improved
      • Column default values render was fixed
    • Sybase procedures loading was fixed
    • BigQuery: error position discovery was added
    • Generic driver: JDBC URL
    • Dashboards rendering was fixed
    • ERD: rendering was fixed (IDEF1X compatibility)
    • Tools editor opening was fixed (sessions, locks)
    • CSV import: support of custom data/tme format was added
    • SQL editor colors were updated for dark theme
    • Multiple shortcuts were fixed
    • CrateDB driver was added
    • Elasticsearch driver was fixed (6.6 compatibility)
    • Some icons in UI were updated
    • A lot of minor UI fixes
  • DBeaver 6.0.1

    $
    0
    0
    • Eclipse 2018-12 is now the default platform
    • 32-bit versions were obsoleted
    • Charts colors configuration
    • Navigator resource folders visibility configuration
    • Mock data: new random texts generators were added
    • Data editor: inline editor focus handler was fixed
    • Plaintext format: show Western European characters
    • Data transfer: new connection close fix
    • Snowflake: tables and columns comments edit support was added
    • Oracle:
      • Session manager now tracks global sessions (RAC)
      • Procedures/packages save/compile command was fixed
    • PostgreSQL:
      • Multi-tenant databases support was improved
      • Database description reading was added
    • MySQL: execution plan build fix

    DBeaver 6.0.2

    $
    0
    0
    • Eclipse 2019-03 is now the default platform
    • Embedded editor activation problem fixed (Linux)
    • SQL editor:
      • SQL errors now shown in results panel instead of modal dialog (configurable)
      • Certain long strings visibility problem was fixed
      • Auto completion was fixed for CALL/EXEC keywords
      • Tables/schemas were removed from columns proposals
      • Context menu was improved (redundant items were removed)
      • Numerous NPE errors were fixed
      • Multi-statements scripts formatter was improved (adding statement delimiters)
      • Database-specific named parameters prefix was added
      • SQL formatting was fixed
      • Morph delimited list formatter was fixed (spaces in tokens)
    • Data editor:
      • Unnecessary focus changing was fixed
      • Calc panel: strings/numbers aggregation toggle was added
    • Data transfer: fetch size was added in export settings (may significantly improve performance)
    • ERD (custom diagrams):
      • Additional styles were added for notes (colors, transparency, border, font settings)
      • Notes now can be connected with entities
    • Dashboards:
      • Timeseries dashboards rendering was fixed.
      • New dashboards extraction model was added (statistics reading by intervals)
      • Exasol dashboards were added
    • PostgreSQL:
      • Alpha version of GIS/spatial data viewer (maps) was added
      • Explain for queries with parameters was fixed
      • Database description reading was fixed (PG < 9.4)
    • Greenplum: tables reading for GP 4.x was fixed
    • Oracle:
      • Public synonyms in auto-completion
      • Session manager now shows instance ID (for clusters)
    • MySQL/MariaDB:
      • New database dialog now uses server charset/collation defaults
      • Native client was updated (problems with dump/restore compatibility)
    • MS SQL Server/Azure: driver version was updated, support of AD MSI authentication was added
    • Elasticsearch: metadata reading was fixed (schema/table names escaping)
    • Pervasive SQL driver configuration was added
    • MySQL NDB cluster driver configuration was added
    • Google BigQuery driver was updated
    • Numerous localization bugs were fixed
    • Many minor UI bug fixes

    DBeaver 6.0.3

    $
    0
    0
    • Connection/schema selector toolbar was redesigned
    • Create object context menu was redesigned
    • Data viewer:
      • Panels UI was redesigned
      • “Copy As” command was added (CSV, HTML, JSON, etc)
      • IN filter UI was improved (previous selection save)
      • Statistics view was improved (proper view of multiline queries)
    • SQL editor: auto-indent was fixed
    • GIS spatial data viewer beta version (PostgreSQL, MySQL/MariaDB):
      • Viewer panel was redesigned, special results presentation was added
      • Multiple objects viewing support was added
      • Copy/save as picture, print, SRID selector
    • Data transfer:
      • Export progress monitoring was fixed
      • Export from custom SQL queries performance was improved (using fetch size)
      • Split output file feature was added
    • Reset UI settings menu item was added
    • Backup/restore wizards: native client configuration was added in the dialog
    • MacOS X installer was updated (JRE version update)
    • PostgreSQL:
      • Schema/tables backup wizard was fixed
      • Triggers enable/disable tool was added
      • Greenplum: tables reading for GP 4.x was fixed
    • SQL Server:
      • Use TOP to limit queries fetch size
      • Dynamic parameters binding bug was fixed
      • Table triggers enable/disable tool was added
      • Support of special characters in object names was added
    • Oracle:
      • New config option for metadata reading performance fix
      • Subpartitions browser was added
      • PL/SQL blocks parser was improved
      • Configuration of system views usage was added
      • DDL reading was fixed (problem with string truncate with some driver versions)
    • Many minor UI bug fixes

    DBeaver 6.0.4

    $
    0
    0
    • Data editor:
      • Value transformers for custom queries and pseudo columns
      • Advanced data coloring configuration
      • Logical entity structure editor
      • Gradient colors for numerical/datetime columns
      • Navigate to FK/references: multiple rows support
      • Extra shortcuts were added
    • Spatial (GIS) viewer:
      • CRS (SRID) transformations support was added
      • Inverted coordinates support was added
      • Support of geography data type was added
      • Support of curved geometries was added
      • Open map in browser command
      • Maximum geometry objects limitation was added
      • Numerous bug fixes (tooltips, actions)
    • SQL editor:
      • Indentation was fixed (keyword-based indents were disabled)
      • Process @set commands in data export
      • “Format” context menu was fixed
    • Schema selector toolbar was fixed (missing database name)
    • Global native clients configuration was added
    • Shortcuts for connection/schema selectors were fixed
    • PostgreSQL:
      • Full schema DDL generation was added
      • Function create was fixed (function body)
      • Trigger create support was added
      • Columns DDL was added
    • MySQL: query metadata extraction was fixed (bug with wrong database name)
    • Oracle: metadata reading was fixed
    • SQL Server:
      • Procedures auto-completion was fixed
      • Support of older Azure versions was added
    • Redshift: external tables (spectrum) data reading was fixed
    • Clickhouse additional array data type support was added
    • Korean localization was added (thanks to Seongbae Chang)
    • Many minor UI bug fixes

    DBeaver 6.0.5

    $
    0
    0
    • Database navigator:
      • Create object menu was improved (no redundant sub-menu)
      • Connection folders creation was fixed
      • Elements coloring was improved (for different connection types)
      • Shortcuts processing was fixed (broken shortcuts after some actions)
      • Table editor tabs activation was fixed
    • Columns editor: auto-completion was fixed in drop-downs.
    • Data transfer: export from multiple queries was fixed (target file names)
    • SQL Editor: SQL formatter was fixed (exp numbers and other minor fixes)
    • Spatial data editor:
      • Geography/geometry value editor (plaintext, WKT)
      • Numerous fixes in different SRIDs support
    • Oracle: metadata (constraints, foreign keys) reading performance was significantly improved
    • PostgreSQL:
      • Multiple query result sets support was added
      • Table partitions information was extended
      • Native database backup was fixed
      • Database creation was fixed (special characters in db name)
      • Sequence rename was fixed
      • Full schema DDL generation was fixed
    • Greenplum, Redshift: execution plan explain now supports plaintext format
    • SQLite: sample database was updated
    • Sybase (12 and older): stored procedures source reading was fixed
    • Apache Ignite: identifiers quoting was fixed
    • DB2 iSeries: schema reading was fixed
    • Extra command line parameters (connection opening)
    • Connections import from SQL Developer was fixed
    • Windows installer: config files (dbeaver.ini) backup
    • Extensions (Office, SVG, etc) installer was fixed
    • Checking for multiple DBeaver instances was added
    • Many minor UI bug fixes

    DBeaver 6.1

    $
    0
    0
    New intermediate DBeaver release 6.1.
    A lot of performance improvements for data transfer and XLSX format export.
    Stable release of geo spatial data viewer, many UI improvements and bug fixes.
    • Data viewer:
      • Spreadsheet column-based coloring support was added
      • Copy as HTML now uses html clipboard format
      • Focus loss bug was fixed (MacOS)
    • Data transfer:
      • Export to XLSX format: performance was greatly improved
      • Table truncate confirmation was added
      • Plaintext export was fixed (datetime data types formatting)
    • SQL editor:
      • SQL execution plan save/load support was added
      • Bug with keywords in comments was fixed
      • Active connection/schema selectors were fixed in the main/context menus
      • Workbench/J formatter was fixed
    • ERD diagram: Dark theme support was improved
    • Database navigator:
      • New object create context menu redesigned
      • Duplicated nodes bug was fixed
    • Spatial viewer:
      • Coordinates inversion was fixed (MySQL)
      • Column SRID and coordinates flip settings are now saved between sessions
    • Oracle:
      • Constraints metadata reading was fixed (fixes table editor as well)
      • Indexes DDL reading was added
    • PostgreSQL:
      • Backup of “quoted” schemas and tables was fixed
      • Functions’ dependencies information was added
      • Struct data types parser was fixed (boolean fields extraction)
    • MySQL:
      • BEGIN keyword handler was fixed
      • View DDL was fixed (extra delimiters)
    • SQL Server: drop index qury was fixed
    • Eclipse plugin installer was fixed (missed bundles)
    • Many minor UI bug fixes
    Viewing all 306 articles
    Browse latest View live