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

DBeaver 2.4.0

$
0
0

DBeaver 2.4.0 has been released. Finally. Almost 2 months since last version. It is one of the most complicated DBeaver releases ever.
Currently we are working hard on NoSQL databases support, specifically on structured (object) data types and collections view/edit. It has very limited application in relational databases (Oracle and DB2 supports object types but most of other databases doesn’t) but widely used in NoSQL ones.
We are going to add support of MongoDB and Cassandra (replace existing legacy plugin) in one of the next major versions.

Changelist:

  • Foreign keys navigation added
  • grid_navigate

  • Structured and collection types support added
  • grid_struct

    grid_array

  • Results viewer improved
  • A lot of minor bugfixes and improvements

DBeaver 2.4.1

$
0
0

Hotfix version 2.4.1 has been released.
Brief changelist:

  • Results scrolling was fixed
  • DB2 tables edit was fixed (RID_BIT problem)
  • SQLite driver configuration fixed (stable driver version used by default)
  • SQL editor opening error fixed

DBeaver 2.4.2

$
0
0

New minor version (2.4.2) has been released.
Brief changelist:

  • JRE 7 is now default Java version for DBeaver (however DBeaver still works under Java 6). Windows installer now contains JRE 7 (update 60).
  • Database selection toolbar was fixed
  • Auto-completion was improved (duplicated objects removed)
  • DDL generation was fixed (Vertica and Sybase)
  • A few minor bugfixes of UI improvements

It is the last minor release of DBeaver 2.x (unless we’ll have to release hotfix version).
We are now working on major version release. Besides some new features it will include support of NoSQL databases. New release is planned on July 2014.

Have fun!

DBeaver 2.4.3

$
0
0

DBeaver 2.4.3 has been released.
It is hotfix version. It wasn’t planned but we had to make it because a few urgent bugs were found and fixed.
We are still working on version 3.x. It was planned to release in July but it definitely won’t be ready till mid August. Mostly due to a vacation time and hot weather which doesn’t let me to work on freeware projects. In fact I prefer to ride a bike, swim and have a good time than sitting by my pc :)

Brief changelist:

  • Table constrains reading fixed
  • SSH tunnel instantiation fixed
  • Editors reopen fixed
  • Data grid UI improved
  • Data grid toolbar fixed
  • jTDS driver updated
  • SSL for MySQL (alpha version)
  • Generic driver now splits tables and views
  • Oracle XML type support improved
  • ERD diagrams made IDEF1X compatible
  • Many minor UI fixes

DBeaver 3

$
0
0

Finally DBeaver 3.0 has been released.

We have split standalone version on Community and Enterprise editions.
Community edition includes the same extensions as DBeaver 2.x.
Enterprise edition = Community edition + NoSQL support (Cassandra and MongoDB in 3.0).
Both Community and Enterprise editions are free and open source. New Cassandra and MongoDB extensions are not open source (but free to use).

Eclipse plugin version includes only Community edition plugins.
Standalone version is now based on Eclipse 4.4 (Luna).
Java7 is now default JRE for DBeaver.
And many bugfixes and minor UI improvements were added as usually.

Have fun!

DBeaver 3.0.1

$
0
0

Hotfix version 3.0.1 has been released:

  • Firebird and PostgreSQL extensions were added (views and procedures definition view now supported)
  • MongoDB secured connections support was added
  • Indexes information read was fixed
  • SQL editor was fixed
  • Oracle metadata read was fixed
  • Data transfer wizard configuration was fixed

Note: DBeaver now depends on Java7. Windows installers already contains appropriate JRE.
If you are on *nix/MacOS please make sure you have Java 7 or later.

DBeaver 3.0.2

$
0
0

Version 3.0.2 has been released.

Changelist:

  • We rolled back to Java 6
  • Custom queries results are now editable
  • SQL parser/formatter was improved
  • SSH tunnel connection timeout was added
  • Many minor bugfixes and improvements

DBeaver 3.1.0

$
0
0

Just has been released.
There were a few really significant improvements and a lot of bugfixes (including some old ones):
full-text-search

  • Full-text database search feature added
  • SQL queries parser was fixed
  • DBeaver perspective and initial windows layout were improved
  • SQL hyperlinks and object navigation now supports fully-qualified names
  • Data export (in isolated connection) has been fixed
  • Primary keys/indexes read has been fixed (MSS SQL, DB2 z/OS, and SQLite)
  • Resultset navigation has been fixed (now it keeps filter settings)
  • Many other minor UI fixes


DBeaver 3.1.2

$
0
0

This version contains a few major bug fixes and a couple of database driver updates.
Brief changelist:

  • Cassandra 2.1.x support was added
  • Apache Derby driver was updated
  • ResultSet scrolling bug was fixed
  • Data export wizard was fixed
  • DB2 execution plan was fixed
  • SQL editor execution log was fixed

DBeaver 3.1.3

$
0
0

Has been released. Brief changelist:

  • Dark theme support was added
    dark-ui
  • Resultset scrolling was fixed
  • Multiple results fetch (SQL Server, Sybase) was fixed
  • Driver tree was redesigned
  • SSH tunnel private key passphrase support was added
  • JDBC driver class discovery was improved
  • Schema filter was fixed
  • Table/column creation was fixed
  • NULL values insert was fixed
  • Datasource configuration save was fixed
  • H2 driver was updated
  • Many minor UI problems were fixed

DBeaver 3.1.4

$
0
0

Hotfix version 3.1.4 has been released.

  • Eclipse plugin version now works for older Eclipse versions
  • SSH auth was fixed
  • SSH logging was added
  • Max rows issue was fixed (MS SQL)
  • MS Access driver was fixed
  • Results control toolbar was fixed

Thanks a lot to everyone who wrote bug reports and feature requests!

DBeaver 3.1.5

$
0
0

3.1.5 is yet another hotfix version:

  • Eclipse plugin update site was fixed
  • Parameters binding dialog was fixed
  • Data export was fixed (by-segment reading)
  • Data types load fix (PostgreSQL)
  • Copy/paste in resultset was fixed
  • SQL autocomplete was fixed
  • Scripts titles are now configurable
  • A few minor UI bug was fixed

DBeaver 3.2.0

$
0
0

DBeaver 3.2.0 has been released.
Changelist:

  • Data transfer wizard UI improved
  • Cross-database data transfer fixed + performance significantly improved
  • Object editor UI changed
  • Many minor UI improvements and bugfixes
  • MongoDB extension (EE version):
    • Support of JavaScript expressions/queries in SQL editor
    • Multi-db authentication support
    • Create/delete collections/databases
    • Server functions (JS) and users view

ora-view

DBeaver 3.3.0

$
0
0

New major version has been released:
rs_grid
rs_text

  • Plain text results presentation added
  • Results viewer redesigned
  • DB2: metadata fixes (indexes, functions, table DDL, keywords)
  • SQL Server: extension added (views definition and procedures source code now available)
  • PostgreSQL: explain plan support added
  • SQLite: driver version update
  • CSV-JDBC: driver version update
  • SQL autocomplete fixed
  • SQL parser improved
  • Data transfer fixed (column types auto-cast added)
  • Results navigation fixed (keep filter values after navigation)
  • Mongo DB:
    • Connection invalidate
    • Data type management improved
  • Cassandra:
    • Cassandra Thrift is now obsolete. Legacy (0.x-1.x) Cassandra extension removed from DBeaver
    • Map, set and list types support added
    • Data type management improved
    • Tables autocomplete added
    • UUID type handler fixed

DBeaver 3.3.1

$
0
0

New version has been released. Primarily it is a bugfix version. But it has a few significant improvements too:

  • Results viewer UI was fixed and improved
  • Plaintext results viewer was fixed (columns width, scrolling, etc)
  • Dark theme support was improved
  • Single entity diagrams (ERD) were improved (show more connections)
  • Hex editor UI was fixed
  • GTK: context menus was fixed
  • GTK: UI freeze in cell editors was fixed
  • Vertica extension was added (views and procedure source code)
  • SQL Server & Vertica: big resultsets reading was fixed
  • PostgreSQL procedures source code viewer was improved
  • DB2: nanoseconds support in date/time data types was added
  • Cassandra: BLOBs columns reading was fixed
  • MongoDB: JSON & XML viewer added
  • Many minor UI fixes

DBeaver 3.3.2

$
0
0

Version 3.3.2 has been released.

  • Driver license accept is now required
  • SQL parameters binding dialog was fixed
  • Error dialog was fixed
  • Added drivers configuration for NuoDB, GemfireXD, ExaSol
  • SQL formatter was fixed
  • Data transfer DDL generator was fixed
  • Data transfer performance was improved
  • LIMIT clause usage was fixed + SQL limit configuration was added
  • ERD UI fixes
  • Document renderer (JSON) was improved (MongoDB)
  • UI freeze on disconnect was fixed

DBeaver 3.4.0

$
0
0

DBeaver 3.4.0 has been released.
Brief changelist:

  • Informix database extension was added (thanks to Bert Herngreen)
  • Resultset scrolling UI was fixed. Auto-fetch of results next page if now configurable.
  • Date/time editor was redesigned + nanoseconds support added
  • Custom SQL delimiter support was added
  • Complex SQL (DDL) execution was improved
  • Association rendering in ERD was fixed
  • Vertica extension was fixed (results scrolling support)
  • Many minor UI bugfixes
  • Licensing was made consistent (GPL2)
  • EE version branding was fixed

DBeaver 3.4.1

$
0
0

New minor version has been released.
Brief changelist:

  • Now DBeaver can create separate connections for each SQL editor (configurable)
  • Connection invalidate improved
  • Plain text presentation was fixed
  • Date/time editor was fixed
  • Many minor UI bugs were fixed

DBeaver 3.4.2

$
0
0

DBaver 3.4.2 has been released.
Brief changelist:

  • Stored procedures support was added in SQL Editor
  • Connections wizard and driver editor were improved
  • Bootstrap SQL queries config was added
  • Embedded databases support was improved
  • Possibility to disable editors reopen was added
  • Keyboard shortcuts were fixed
  • DB2 table names escaping was added
  • DB2 read-only connection was fixed
  • LOB export was fixed
  • Multi-connection initialization was fixed (auto-commit, transactions isolation level, current schema)
  • Cassandra multi-connection issue fixed
  • Persistent Query Manager history was added (no UI yet)
  • Many other minor UI fixes

  • Note: this version includes a lot of internal code refactorings and general code redesign. Although it was tested it still may contain bugs – side effects of these changes. So this version could be considered as a kind of unstable.

DBeaver 3.4.4

$
0
0

DBeaver 3.4.4 has been released.
Note: Version 3.4.4 was released at 29.07.2015. It is a hotfix version of 3.4.3. It fixes missing ER diagrams tab.
This is a really major version with a big number of fixes, improvements and a few new features.
Please report any bugs you will find. Once again thanks for everyone who posts bug reports and feature requests!

Brief changelist:

  • Oracle: metadata loading performance improved (12g)
  • SQLite: driver updated
  • SQLite: foreign keys loading fixed
  • PostgreSQL: sequences support added
  • Firebird: sequences support added
  • MySQL: columns extra info added (ON UPDATE, etc)
  • DB2: INOUT parameters support fixed
  • BIT/TINYINT and LONGVARCHAR types support fixed
  • Date/time value editor improved
  • BLOB/CLOB editors fixed
  • CLOB values cache support added (+configuration)
  • GoTo database objects dialog was fixed
  • Find/Replace dialog in results was fixed
  • SQL editor: parenthesis matching fixed
  • Results cell value editor fixed and improved
  • DDL generation improved
  • SQL parameters handle fixed (+configuration)
  • Transactions management fixed
  • Query manager fixed (updated row count si now correct)
  • UI freeze problems fixed
  • Document editor support added for MongoDB JSON documents and Oracle XML tables
  • A LOT of minor UI bugs was fixed

doc-oracle-xml

doc-mongo-json

Viewing all 307 articles
Browse latest View live