Git Product home page Git Product logo

dbeaver's Introduction

Twitter URL Codacy Badge Apache 2.0

DBeaver

Free multi-platform database tool for developers, SQL programmers, database administrators and analysts.
Supports any database which has JDBC driver (which basically means - ANY database). Commercial versions also support non-JDBC datasources such as MongoDB, Cassandra, Couchbase, Redis, BigTable, ScyllaDB, DynamoDB, etc. You can find the list of all databases supported in commercial versions here.

  • Has a lot of features including metadata editor, SQL editor, rich data editor, ERD, data export/import/migration, SQL execution plans, etc.
  • Based on Eclipse platform.
  • Uses plugins architecture and provides additional functionality for the following databases: MySQL/MariaDB, PostgreSQL, Greenplum, Oracle, IBM Db2, Exasol, SQL Server, Sybase/SAP ASE, SQLite, Firebird, H2, HSQLDB, Derby, Teradata, Vertica, Netezza, Informix, etc.

Download

You can download prebuilt binaries from official website or directly from GitHub releases.
You can also download Early Access version. We publish daily.

Running

Just run an installer (or unzip an archive) and run dbeaver.

Note: DBeaver needs Java to run. Open JDK 17 is included in all DBeaver distributions. You can change default JDK version by replacing directory jre in dbeaver installation folder.

Documentation

Build from sources

See this article.

Notes

Contribution: help the Beaver!

Hooray, we have reached 30k+ stars on GitHub and continue to grow!
That's really cool, and we are glad that you like DBeaver.

  • We are actively looking for new source code contributors. We have added labels “Good first issue” and “Help wanted” to some tickets. If you want to be a part of our development team, just be brave and take a ticket.
  • You can buy one of our commercial versions. They include NoSQL databases support, additional extensions, and official online support. Also, licensed users have priorities in bug fixes and the development of new features.

Thank you!


DBeaver is a desktop client.
If you are looking for a web-based database management tool - check our new product: CloudBeaver.
It is based on DBeaver platform and thus supports any database and most of DBeaver features.

dbeaver's People

Contributors

abaptist-ocient avatar alexander-skoblikov avatar andrewkhitrin avatar bullnados avatar denissinelnikov avatar destrolaric avatar dorbae avatar e1izabeth avatar efradkin avatar kai-morich avatar liuyuanyuan avatar lonwolonwo avatar madcollectordev avatar maratkalibek avatar mayerro avatar mkgrgis avatar n5a5 avatar riednyko avatar sa357 avatar sargul avatar sebcom avatar serge-rider avatar serjiokov avatar shadelessfox avatar tati-kru avatar titou10titou10 avatar tomas303 avatar wellesximenes avatar wroud avatar yagudin10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dbeaver's Issues

Postgresql. Connection without specified database name

I've got an error when trying to connect to host without specified database name. I just set server, username test_user and correct password in window Connection configuration. Without DB/schema. Clicked Test connection and got message:
org.postgresql.util.PSQLException: PSQLException: FATAL: database "test_user" does not exists
May be should set default DB/schema value as postgres, when it's not present? And in error message fix text from username to dbname.

indexes for MQTs not shown

I am using DBeaver 3.5.3 as Eclipse Plugin for DB2 databases.
When expanding a database in the database navigator an MQT only has the child node Columns but not Indexes.
That is wrong because MQTS can have indexes too.

Data transfer: choose connection

Let data transfer wizard to choose an existing connection (or open a new one). Existing connections are connection associated with editors + default connection.

Tab management

Maybe I'm not looking hard enough, but I can't find the following options for the SQL Editor that I would expect in any text-based editor:

  • indent size
  • use soft tabs (insert spaces instead of tab

Feature request?

Oracle - Wrong multi-line comment handling when executing a query when blank lines are present in the comment

If you write a query preceded by a multi-line comment without blank lines like this one:

/*
Test comment
*/
select 'test' from dual

and press Ctrl + Enter to execute query snippet, the query is executed correctly.

But if the comment contains one or more blank lines like this:

/*

Test comment
*/
select 'test' from dual

the query execution fails (in particular, Oracle gives a ORA-00900 error of invalid syntax).

Inspecting the Execution Log tab, the query is executes as:

Test comment
*/
select 'test' from dual

so the first comment opening tag is not parsed and included in the query, hence the error.

Oracle - Ctrl + left click on table name to open information panels does not work if table name is written in lowercase

Prerequisite: you have an Oracle 10g database with schema and table name(s) declared in uppercase.

If you write a query using that table with the schema/table name in lowercase, the query will work (Oracle is case insensitive when declaring schemas, tables and so on), but if you keep the Ctrl key pressed and try to click on table name to open information panel, the table name does not become a link and cannot be clicked.

If you write schema and table name in uppercase, the Ctrl + Left click does work.

An error has occurred on open latest version of dbeaver for Mac

!SESSION 2015-10-25 20:44:28.041 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_65
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=zh_CN
Framework arguments: -keyring /Users/phoenix/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/phoenix/.eclipse_keyring -showlocation

!ENTRY com.jkiss.dbeaver.ent.application 4 0 2015-10-25 20:44:28.710
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: com.jkiss.dbeaver.ent.application [10]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

java.lang.NullPointerException: null values not allowed

(Thanks for dbeaver)
Arch/Manjaro Linux
dbeaver-ee 3.5.2-1

!SESSION 2015-10-28 01:09:45.815 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_65
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Command-line arguments: -os linux -ws gtk -arch x86_64

!ENTRY org.eclipse.osgi 4 0 2015-10-28 01:09:46.826
!MESSAGE Application error
!STACK 1
java.lang.NullPointerException: null values not allowed
at org.eclipse.core.internal.registry.ReferenceMap.put(ReferenceMap.java:351)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.getBundle(RegistryStrategyOSGI.java:151)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:166)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)

MySQL: Numeric type attributes

MySQL supports type "modifiers" and numeric "display width" meta-information.
Currently DBeaver doesn't support them.
Suggestion: redesign column editor. Existing one (type name and length are separate properties of column) isn't flexible enough.

Out of memory error when trying to connecto to MS Access MDB file using UCanAccess driver

I tried to connect to an Access MDB file using DBeaver and the UCanAccess driver downloaded from Maven repo.
However, when you create the connection and click on Test Connection, DBeaver goes out of memory trying to connect to DB.

I don't know if this issue is caused by the file dimension (the file size is about 75 MB).
Here you can find the content of .log file:

!SESSION 2015-10-28 16:22:43.335 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 4 0 2015-10-28 16:34:31.076
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.OutOfMemoryError: Java heap space

!ENTRY org.eclipse.ui 4 4 2015-10-28 16:35:31.948
!MESSAGE An internal error has occurred.
!STACK 0
java.lang.OutOfMemoryError: Java heap space

!ENTRY org.eclipse.ui 4 0 2015-10-28 16:35:46.140
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space)
    at org.eclipse.swt.SWT.error(SWT.java:4491)
    at org.eclipse.swt.SWT.error(SWT.java:4406)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4155)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3772)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.jkiss.dbeaver.core.application.DBeaverApplication.start(DBeaverApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
Caused by: java.lang.OutOfMemoryError: Java heap space
!SESSION 2015-10-28 16:36:52.398 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it
Command-line arguments:  -os win32 -ws win32 -arch x86

New script via right-click context menu is broken inside a folder

When you have one or more folders in your Project - General tab and try to create a new script inside a folder by right-clicking the desired folder and selecting the Create SQL Script option, DBeaver prompts you the DB connection dialog, however no new script is created after selecting the connection for the script.

Using the standard New script button in the top toolbar works normally.

when opening file from workspace with sql editor databases list is not populated

I am using DBeaver 3.5.3 as eclipse plugin.
I have associated DBeaver's SQL Editor with .sql files.
When I open one of them the databases list in the toolbar remains empty except for the None entry and the editor remains with the disabled background.
if i open a new SQL Editor from the SQL Editor menu the list is populated even for the already open SQL Editor.

IOException still happening even after restore driver defaults

Hi!

I tryed upgrade to the version 3.5.2, but I found this error:

DBException: Error resolving dependencies
  java.io.IOException: IOException: Maven artifact 'maven:/net.sourceforge.jtds:jtds:release' not found

I already reset the drivers defaults, restarted DBeaver, but nothing changes.

captura de tela de 2015-11-03 09 29 35

DBCException: Unsupported value type on cell edit commit

When hitting the green checkmark to commit my edit, I get this error: org.jkiss.dbeaver.model.exec.DBCException: DBCException: Unsupported value type: bla.

I get the exception with any value I enter. Column DDL is longtext COLLATE utf8mb4_unicode_ci NOT NULL,

Let me know if I can get you any other information

Macos: make dmg installer

Zip archive is good but for users convenience its much better to have dmg.
Quite tricky on a Linux build machine..

Maven dependencies: improve UI

We need maven artifact properties UI. We need an ability to provide artifact properties (which are used to resolve dependencies).
We need Maven artifact licenses information in UI. Each artifact may have multiple licenses.

Jeeeyul theme and EclipseColorThemes compatibility?

Im using in my eclipse the Jeeeyul theme customizer and a custom Eclipse Editor Color theme, sadly the dbeaver dont working from the editor themes so every script window has white background and it looks soo bad. Please make some support for least EclipseColorThemes, but the best will be if we able to customize by Custom CSS in Jeeeyul theme.

Screenshot from the editor:
DBeaver perpective

How should be look:
DBeaver perpective

It will be even better if in standalone DBeaver we will able to install Jeeeyul and EclipseColorThemes :)

Default socket timeouts

We need to set default socket timeout for all drivers which support it.
It will prevent connection hanging.

Improvement - Oracle - Very slow retrieval of foreign keys and references in Table Information Panel

Using Oracle 11g, the time needed to retrieve foreign keys and references for a table is far greater than the time required to do the same operation on other databases.

I tried using MySQL and Sybase ASE and the retrieval was matter of seconds. Using Oracle it takes up to 30 seconds and above. Doing the same operation with another tool (i.e. TOAD) on the same table, the operation takes less than 2 seconds.

Log data changes made from result set editor

Data changes made directly in result set editor aren't showed in Excussion Log tab. Only the SQL commands executed from script editor are logged.

I guess that would be a new feature.

Split core plugin on ui/controller

We need to split org.jkiss.dbeaver.core plugin on two separate ui/controller plugins.
It will require some "user interaction" layer in controller.

Installation of 3.5.3 .deb fails if 3.5.2 already installed

When running sudo dpkg -i dbeaver-ce_3.5.3_amd64.deb on a Linux Mint 17 64bit, with 3.5.2 already installed, will fail with the following error message:

Preparing to unpack dbeaver-ce_3.5.3_amd64.deb ...
rm: cannot remove ‘/usr/bin/dbeaver’: No such file or directory
dpkg: error processing archive dbeaver-ce_3.5.3_amd64.deb (--install):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 dbeaver-ce_3.5.3_amd64.deb

However, manually un-installing the application using sudo dpkg --remove dbeaver-ce allows the installation of 3.5.3 with the aforementioned command.

Repeated "Can't get column 'USER_ID' " log entries when starting DBeaver with an Oracle connection previously opened

Prerequisites: close Dbeaver with an Oracle connection still active, so the next time DBeaver is opened the connection is automatically restored

When you open DBeaver and it automatically reopen the previous connection, in the dbeaver-debug.log file you find these lines:

Wed Oct 28 16:22:47 CET 2015 - Initializing DBeaver Enterprise 3.5.2
Wed Oct 28 16:22:47 CET 2015 - Host plugin: com.jkiss.dbeaver.ent.application 3.5.2
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido
Wed Oct 28 16:22:51 CET 2015 - Can't get column 'USER_ID': Nome colonna non valido

However, DBeaver opens and works normally after that.

PS: "Nome colonna non valido" in italian means "Invalid column name"

Vertica - Cannot cancel a running query

DBeaver wait indefinitely when I cancel a running query. The "canceled" button stay gray and the "read data" time count continue to increment. On Vertica side, I can see that the session is still running. The only workaround I can use is to close the session in Vertica. Pretty complicated.

I'm running Beaver 3.5.2 enterprise under osx El Capitan but it was also occurring under Yosemite.

You can find a screenhot of the dialog:
capture d ecran 2015-10-29 a 17 03 58

And here the information under configuration pane:

*** Date: jeudi 29 octobre 2015 17 h 44 CET

*** Platform Details:

*** System properties:
DRIVERS_LOCATION=/Users/wmorin/.dbeaver/.metadata/.plugins/org.jkiss.dbeaver.core
applicationXMI=org.eclipse.ui.workbench/LegacyIDE.e4xmi
awt.toolkit=sun.lwawt.macosx.LWCToolkit
eclipse.application=org.jkiss.dbeaver.core.application.standalone
eclipse.commands=-os
macosx
-ws
cocoa
-arch
x86_64
-showsplash
-launcher
/Applications/DBeaver.app/Contents/MacOS/dbeaver
-name
Dbeaver
--launcher.library
/Applications/DBeaver.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.300.v20150602-1417/eclipse_1611.so
-startup
/Applications/DBeaver.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.overrideVmargs
-keyring
/Users/wmorin/.eclipse_keyring
-showlocation
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
eclipse.home.location=file:/Applications/DBeaver.app/Contents/Eclipse/
eclipse.launcher=/Applications/DBeaver.app/Contents/MacOS/dbeaver
eclipse.launcher.name=Dbeaver
[email protected]/../p2
eclipse.p2.profile=DefaultProfile
eclipse.product=com.jkiss.dbeaver.ent.application.enterprise
eclipse.startTime=1446137050480
eclipse.stateSaveDelayInterval=30000
eclipse.vm=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib
eclipse.vmargs=-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-Djava.class.path=/Applications/DBeaver.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
equinox.use.ds=true
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
ftp.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
gopherProxySet=false
gosh.args=--nointeractive
http.nonProxyHosts=local|*.local|169.254/16|*.169.254/16
java.awt.graphicsenv=sun.awt.CGraphicsEnvironment
java.awt.printerjob=sun.lwawt.macosx.CPrinterJob
java.class.path=/Applications/DBeaver.app/Contents/MacOS//../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
java.class.version=52.0
java.endorsed.dirs=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/endorsed
java.ext.dirs=/Users/wmorin/Library/Java/Extensions:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/ext:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre
java.io.tmpdir=/var/folders/39/t54h7vqx63g8_kkvqbj842mc0000gn/T/
java.library.path=/Users/wmorin/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
java.runtime.name=Java(TM) SE Runtime Environment
java.runtime.version=1.8.0_45-b14
java.specification.name=Java Platform API Specification
java.specification.vendor=Oracle Corporation
java.specification.version=1.8
java.vendor=Oracle Corporation
java.vendor.url=http://java.oracle.com/
java.vendor.url.bug=http://bugreport.sun.com/bugreport/
java.version=1.8.0_45
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Oracle Corporation
java.vm.specification.version=1.8
java.vm.vendor=Oracle Corporation
java.vm.version=25.45-b02
line.separator=

org.eclipse.equinox.launcher.splash.location=/Applications/DBeaver.app/Contents/Eclipse/configuration/org.eclipse.equinox.launcher/org.jkiss.dbeaver.core.application_3.5.2/splash.bmp
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.internal.carbon.smallFonts=
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JavaSE/compact1-1.8,JavaSE/compact2-1.8,JavaSE/compact3-1.8,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6,JavaSE-1.7,JavaSE-1.8
org.osgi.framework.language=fr
org.osgi.framework.os.name=MacOSX
org.osgi.framework.os.version=10.11.1
org.osgi.framework.processor=x86-64
org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee; osgi.ee="JRE"; version:List<Version>="1.0, 1.1",osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8",osgi.ee; osgi.ee="JavaSE/compact1"; version:List<Version>="1.8",osgi.ee; osgi.ee="JavaSE/compact2"; version:List<Version>="1.8",osgi.ee; osgi.ee="JavaSE/compact3"; version:List<Version>="1.8"
org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.nimbus,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.spi.http,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.uuid=c084a747-5c7e-0015-1606-8995c41648be
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.8.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=x86_64
os.name=Mac OS X
os.version=10.11.1
osgi.arch=x86_64
osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.1.100.v20150423-1455.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.compatibility.bootdelegation=true
osgi.configuration.area=file:/Applications/DBeaver.app/Contents/Eclipse/configuration/
osgi.framework=file:/Applications/DBeaver.app/Contents/Eclipse/plugins/org.eclipse.osgi_3.10.101.v20150820-1432.jar
osgi.framework.extensions=
osgi.framework.shape=jar
osgi.framework.useSystemProperties=true
osgi.install.area=file:/Applications/DBeaver.app/Contents/Eclipse/
osgi.instance.area=file:/Users/wmorin/.dbeaver/
osgi.logfile=/Users/wmorin/.dbeaver/.metadata/.log
osgi.nl=fr_FR
osgi.os=macosx
osgi.splashLocation=/Applications/DBeaver.app/Contents/Eclipse/configuration/org.eclipse.equinox.launcher/org.jkiss.dbeaver.core.application_3.5.2/splash.bmp
osgi.splashPath=platform:/base/plugins/org.jkiss.dbeaver.core.application
osgi.syspath=/Applications/DBeaver.app/Contents/Eclipse/plugins
osgi.tracefile=/Users/wmorin/.dbeaver/.metadata/trace.log
osgi.ws=cocoa
path.separator=:
socksNonProxyHosts=local|*.local|169.254/16|*.169.254/16
sun.arch.data.model=64
sun.boot.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/sunrsasign.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/classes
sun.boot.library.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeBig
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot 64-Bit Tiered Compilers
sun.os.patch.level=unknown
user.country=FR
user.dir=/Applications/DBeaver.app/Contents/MacOS
user.home=/Users/wmorin
user.language=fr
user.name=wmorin
user.timezone=Europe/Paris

*** Features:

*** Plug-in Registry:
com.codahale.metrics.core (3.0.2) "Metrics Core" [Resolved]
com.datastax.driver.core (2.1.7.1) "DataStax Java Driver for Apache Cassandra - Core" [Resolved]
com.datastax.driver.dse (2.1.7.1) "DataStax Java Driver for Apache Cassandra - DataStax Enterprise Module" [Resolved]
com.github.jsqlparser (0.9.3) "com.github.jsqlparser" [Resolved]
com.google.gson (2.2.4.v201311231704) "Google GSON" [Resolved]
com.google.guava (15.0.0.v201403281430) "Guava: Google Core Libraries for Java" [Resolved]
com.ibm.icu.base (54.1.1.v201501272100) "International Components for Unicode for Java (ICU4J) Replacement plug-in" [Active]
com.jcraft.jsch (0.1.53.v201508180515) "JSch" [Resolved]
com.jkiss.dbeaver.ent.application (3.5.2) "DBeaver Enterprise Application" [Starting]
com.jkiss.dbeaver.ent.base (1.0.10) "Base Enterprise classes" [Starting]
com.jkiss.dbeaver.ent.cassandra (1.2.11) "Apache Cassandra CQL Extension" [Starting]
com.jkiss.dbeaver.ent.mongodb (1.3.2) "MongoDB Extension" [Starting]
com.jkiss.dbeaver.ent.qmdb (1.0.6) "QM Persistence Support" [Active]
io.netty.buffer (4.0.27.Final) "Netty/Buffer" [Resolved]
io.netty.codec (4.0.27.Final) "Netty/Codec" [Resolved]
io.netty.common (4.0.27.Final) "Netty/Common" [Resolved]
io.netty.handler (4.0.27.Final) "Netty/Handler" [Resolved]
io.netty.transport (4.0.27.Final) "Netty/Transport" [Resolved]
javax.annotation (1.2.0.v201401042248) "javax.annotation Bundle" [Resolved]
javax.inject (1.0.0.v20091030) "Atinject Dependency Injection Annotations" [Resolved]
javax.xml (1.3.4.v201005080400) "JAXP XML" [Resolved]
org.apache.batik.css (1.7.0.v201011041433) "Apache Batik CSS" [Resolved]
org.apache.batik.util (1.7.0.v201011041433) "Apache Batik Utilities" [Resolved]
org.apache.batik.util.gui (1.7.0.v200903091627) "Apache Batik GUI Utilities" [Resolved]
org.apache.commons.jexl (2.1.1) "Commons JEXL" [Resolved]
org.apache.commons.jxpath (1.3.0.v200911051830) "Apache Commons JXPath" [Resolved]
org.apache.commons.logging (1.1.1.v201101211721) "Apache Commons Logging Plug-in" [Resolved]
org.eclipse.compare.core (3.5.500.v20150505-1058) "Core Compare Support" [Starting]
org.eclipse.core.commands (3.7.0.v20150422-0725) "Commands" [Resolved]
org.eclipse.core.contenttype (3.5.0.v20150421-2214) "Eclipse Content Mechanism" [Active]
org.eclipse.core.databinding (1.5.0.v20150422-0725) "JFace Data Binding" [Starting]
org.eclipse.core.databinding.observable (1.5.0.v20150422-0725) "JFace Data Binding Observables" [Active]
org.eclipse.core.databinding.property (1.5.0.v20150422-0725) "JFace Data Binding Properties" [Starting]
org.eclipse.core.expressions (3.5.0.v20150421-2214) "Expression Language" [Active]
org.eclipse.core.filesystem (1.5.0.v20150725-1910) "Core File Systems" [Active]
org.eclipse.core.filesystem.macosx (1.3.0.v20140124-1940) "Core File System for Macintosh" [Resolved]
org.eclipse.core.jobs (3.7.0.v20150330-2103) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.resources (3.10.1.v20150725-1910) "Core Resource Management" [Active]
org.eclipse.core.runtime (3.11.1.v20150903-1804) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility.registry (3.6.0.v20150318-1505) "Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.draw2d (3.10.1.201508170204) "Graphical Editing Framework Draw2d" [Starting]
org.eclipse.e4.core.commands (0.11.0.v20150422-0725) "Eclipse e4 core commands" [Active]
org.eclipse.e4.core.contexts (1.4.0.v20150828-0818) "Eclipse Contexts" [Active]
org.eclipse.e4.core.di (1.5.0.v20150421-2214) "Eclipse Dependency Injection" [Active]
org.eclipse.e4.core.di.annotations (1.4.0.v20150528-1451) "Eclipse Dependency Injection Annotations" [Resolved]
org.eclipse.e4.core.di.extensions (0.13.0.v20150421-2214) "Eclipse Dependency Injection Extensions" [Active]
org.eclipse.e4.core.services (2.0.0.v20150403-1912) "Eclipse Application Services" [Active]
org.eclipse.e4.emf.xpath (0.1.100.v20150513-0856) "Eclipse Model Xpath" [Resolved]
org.eclipse.e4.ui.bindings (0.11.0.v20150422-0725) "Eclipse Bindings Support" [Active]
org.eclipse.e4.ui.css.core (0.11.0.v20150511-1937) "Eclipse CSS Core Support" [Resolved]
org.eclipse.e4.ui.css.swt (0.12.0.v20150511-1003) "Eclipse CSS SWT Support" [Active]
org.eclipse.e4.ui.css.swt.theme (0.10.0.v20150422-0725) "Eclipse CSS SWT Theme Support" [Active]
org.eclipse.e4.ui.di (1.1.0.v20150422-0725) "Eclipse UI Dependency Injection" [Active]
org.eclipse.e4.ui.model.workbench (1.1.100.v20150407-1430) "Eclipse Workbench Model" [Active]
org.eclipse.e4.ui.services (1.2.0.v20150422-0725) "Eclipse UI Application Services" [Active]
org.eclipse.e4.ui.widgets (1.1.0.v20150427-1751) "Eclipse UI Custom widgets" [Resolved]
org.eclipse.e4.ui.workbench (1.3.0.v20150531-1948) "Eclipse e4 Workbench" [Active]
org.eclipse.e4.ui.workbench.addons.swt (1.2.0.v20150512-1414) "Eclipse e4 Workbench Add-ons" [Active]
org.eclipse.e4.ui.workbench.renderers.swt (0.13.0.v20150901-1347) "Eclipse e4 Workbench SWT Renderer" [Active]
org.eclipse.e4.ui.workbench.renderers.swt.cocoa (0.11.300.v20150507-1945) "Eclipse UI MacOS X Enhancements" [Resolved]
org.eclipse.e4.ui.workbench.swt (0.13.0.v20150504-0621) "Eclipse e4 Workbench SWT" [Active]
org.eclipse.e4.ui.workbench3 (0.13.0.v20150422-0725) "Bundle for Workbench APIs available in e4" [Resolved]
org.eclipse.emf.common (2.11.0.v20150805-0538) "EMF Common" [Active]
org.eclipse.emf.ecore (2.11.1.v20150805-0538) "EMF Ecore" [Active]
org.eclipse.emf.ecore.change (2.11.0.v20150805-0538) "EMF Change Model" [Starting]
org.eclipse.emf.ecore.xmi (2.11.1.v20150805-0538) "EMF XML/XMI Persistence" [Active]
org.eclipse.equinox.app (1.3.300.v20150423-1356) "Equinox Application Container" [Active]
org.eclipse.equinox.common (3.7.0.v20150402-1709) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.ds (1.4.300.v20150423-1356) "Declarative Services" [Active]
org.eclipse.equinox.event (1.3.100.v20140115-1647) "Event Admin" [Active]
org.eclipse.equinox.launcher (1.3.100.v20150511-1540) "Equinox Launcher" [Resolved]
org.eclipse.equinox.launcher.cocoa.macosx.x86_64 (1.1.300.v20150602-1417) "Equinox Launcher MacOSX Cocoa Fragment" [Resolved]
org.eclipse.equinox.preferences (3.5.300.v20150408-1437) "Eclipse Preferences Mechanism" [Active]
org.eclipse.equinox.registry (3.6.0.v20150318-1503) "Extension Registry Support" [Active]
org.eclipse.equinox.simpleconfigurator (1.1.100.v20150423-1455) "Simple Configurator" [Active]
org.eclipse.equinox.util (1.0.500.v20130404-1337) "Equinox Util Bundle" [Active]
org.eclipse.gef (3.10.1.201508170204) "Graphical Editing Framework GEF" [Starting]
org.eclipse.help (3.6.0.v20130326-1254) "Help System Core" [Active]
org.eclipse.jface (3.11.0.v20150602-1400) "JFace" [Active]
org.eclipse.jface.databinding (1.7.0.v20150406-2148) "JFace Data Binding for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.10.0.v20150603-1752) "JFace Text" [Resolved]
org.eclipse.osgi (3.10.101.v20150820-1432) "OSGi System Bundle" [Active]
org.eclipse.osgi.services (3.5.0.v20150519-2006) "OSGi Release 4.2.0 Services" [Resolved]
org.eclipse.platform (4.5.1.v20150904-0015) "Eclipse Platform" [Resolved]
org.eclipse.swt (3.104.1.v20150825-0743) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.cocoa.macosx.x86_64 (3.104.1.v20150825-0743) "Standard Widget Toolkit for Mac OS X (Cocoa)" [Resolved]
org.eclipse.text (3.5.400.v20150505-1044) "Text" [Resolved]
org.eclipse.ui (3.107.0.v20150507-1945) "Eclipse UI" [Active]
org.eclipse.ui.forms (3.6.200.v20150506-2029) "Eclipse Forms" [Active]
org.eclipse.ui.intro (3.4.300.v20141007-1449) "Welcome Framework" [Starting]
org.eclipse.ui.themes (1.1.0.v20150511-0913) "Eclipse SDK Themes" [Resolved]
org.eclipse.ui.views (3.8.0.v20150422-0725) "Views" [Active]
org.eclipse.ui.views.log (1.0.600.v20150513-1840) "Log View" [Starting]
org.eclipse.ui.workbench (3.107.0.v20150825-2206) "Eclipse Workbench" [Active]
org.eclipse.ui.workbench.texteditor (3.9.100.v20141023-1946) "Text Editor Framework" [Active]
org.h2 (1.3.168.v201212121212) "H2 Database Engine" [Resolved]
org.jkiss.dbeaver.core (3.5.2) "DBeaver Core Plug-in" [Active]
org.jkiss.dbeaver.core.application (3.5.2) "DBeaver Standalone" [Active]
org.jkiss.dbeaver.ext.db2 (2.1.2) "DB2 Plug-in" [Starting]
org.jkiss.dbeaver.ext.derby (1.1.2) "Apache Derby Plug-in" [Active]
org.jkiss.dbeaver.ext.erd (2.0.19) "ERD Plug-in" [Starting]
org.jkiss.dbeaver.ext.firebird (1.0.18) "FireBird Plug-in" [Active]
org.jkiss.dbeaver.ext.generic (2.3.2) "Generic Plug-in" [Active]
org.jkiss.dbeaver.ext.import_config (2.0.19) "Import Config Plug-in" [Starting]
org.jkiss.dbeaver.ext.informix (1.0.8) "Informix Plug-in" [Active]
org.jkiss.dbeaver.ext.mssql (1.0.11) "MSSQL Plug-in" [Active]
org.jkiss.dbeaver.ext.mysql (2.1.2) "MySQL Plug-in" [Starting]
org.jkiss.dbeaver.ext.oracle (2.1.2) "Oracle Plug-in" [Starting]
org.jkiss.dbeaver.ext.postgresql (1.1.2) "PostgreSQL Plug-in" [Active]
org.jkiss.dbeaver.ext.vertica (1.0.10) "Vertica Plug-in" [Active]
org.jkiss.dbeaver.model (1.0.6) "DBeaver Model Plug-in" [Active]
org.jkiss.utils (2.1.0) "JKISS Utils" [Resolved]
org.mongodb.mongo-java-driver (3.0.3) "mongo-java-driver" [Resolved]
org.objectweb.asm (5.0.1.v201404251740) "ASM" [Resolved]
org.slf4j.api (1.7.2.v20121108-1250) "SLF4J API" [Resolved]
org.w3c.css.sac (1.3.1.v200903091627) "W3C CSS SAC" [Resolved]
org.w3c.dom.events (3.0.0.draft20060413_v201105210656) "W3C DOM Level 3 Events" [Resolved]
org.w3c.dom.smil (1.0.1.v200903091627) "W3C SMIL DOM" [Resolved]
org.w3c.dom.svg (1.1.0.v201011041433) "W3C SVG DOM" [Resolved]

*** User Preferences:
#Thu Oct 29 17:44:49 CET 2015
/bundle_defaults/org.eclipse.ui/ENABLE_DETACHED_VIEWS=true
/bundle_defaults/org.jkiss.dbeaver.core/enable.auto.activation=true
/bundle_defaults/org.eclipse.ui.workbench/MULTI_KEY_ASSIST_TIME=1000
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_SORT_CRITERIA=0
/bundle_defaults/org.jkiss.dbeaver.core/resultset.behavior.doubleClick=INLINE_EDITOR
/bundle_defaults/org.eclipse.ui.workbench/shouldPromptForEnablement=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_qmdb=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_teradata=true
/instance/org.eclipse.ui.views.log/activate=true
/bundle_defaults/org.eclipse.core.resources/description.buildorder=
@org.eclipse.e4.ui.css.swt.theme=0.10.0.v20150422-0725
/bundle_defaults/org.jkiss.dbeaver.core/resultset.edit.key.use_all_columns=false
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_postgresql=true
/instance/org.jkiss.dbeaver.ext.erd/Palette\ Size=253
/bundle_defaults/org.eclipse.ui/PROMPT_WHEN_SAVEABLE_STILL_OPEN=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_mysql=true
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.closeBrackets=true
/bundle_defaults/org.eclipse.ui/RECENTLY_USED_WORKINGSETS_SIZE=5
/bundle_defaults/org.jkiss.dbeaver.core/resultset.edit.longaslob=true
/bundle_defaults/org.eclipse.ui.workbench/LAYOUT_DIRECTION=0
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_oracle=true
/bundle_defaults/org.eclipse.ui.workbench/HeapStatus.showMax=false
/instance/org.jkiss.dbeaver.core/resultset.presentation.active=spreadsheet
/instance/org.jkiss.dbeaver.core/search.data.sample-rows=10
/bundle_defaults/org.eclipse.ui.workbench/TEXT_DIRECTION=
/bundle_defaults/org.eclipse.ui/ENABLE_MIN_MAX=true
/bundle_defaults/org.eclipse.core.resources/description.autobuilding=true
/bundle_defaults/org.eclipse.ui/KEY_CONFIGURATION_ID=org.eclipse.ui.defaultAcceleratorConfiguration
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.number.minIntegerDigits=1
/bundle_defaults/org.jkiss.dbeaver.core/script.auto.folders=false
/bundle_defaults/org.jkiss.dbeaver.core/resultset.text.max.column.size=255
/bundle_defaults/org.jkiss.dbeaver.core/qm.maxEntries=200
/bundle_defaults/org.eclipse.ui/VIEW_TAB_POSITION=128
/bundle_defaults/org.jkiss.dbeaver.core/qm.queryTypes=USER,USER_SCRIPT
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.time.pattern=HH\:mm\:ss
/instance/org.eclipse.ui.workbench/ColorsAndFontsPreferencePage.expandedCategories=Torg.eclipse.ui.workbenchMisc\tTorg.jkiss.dbeaver.ui.presentation.sql
/bundle_defaults/org.jkiss.dbeaver.core/ui.proxy.password=
/bundle_defaults/org.eclipse.core.resources/description.filestatelongevity=604800000
/bundle_defaults/org.eclipse.ui.workbench/USE_IPERSISTABLE_EDITORS=true
/bundle_defaults/org.eclipse.ui/USE_WINDOW_WORKING_SET_BY_DEFAULT=false
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_derby=true
/bundle_defaults/org.jkiss.dbeaver.core/database.editor.separate.connection=false
/bundle_defaults/org.eclipse.ui/ENABLE_32_STICKY_CLOSE_BEHAVIOR=false
/instance/org.jkiss.dbeaver.core/project.active=General
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_exasol=true
/bundle_defaults/org.eclipse.ui/USE_COLORED_LABELS=true
/bundle_defaults/org.jkiss.dbeaver.core/qm.storeLogs=false
/bundle_defaults/org.eclipse.ui.workbench/EDITOR_TAB_WIDTH=3
/instance/org.jkiss.dbeaver.core/search.metadata.object-source=vertica-1400055145437-1266956981
/bundle_defaults/org.jkiss.dbeaver.core/text.edit.undo.level=200
/instance/org.jkiss.dbeaver.core/search.metadata.mask=geo
/bundle_defaults/org.eclipse.ui/disableNewFastView=false
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.number.maxFractionDigits=3
/bundle_defaults/org.jkiss.dbeaver.core/resultset.show.cellIcons=true
\!/=
/instance/org.jkiss.dbeaver.core/viewPanelRatio=750
/bundle_defaults/org.eclipse.ui/SHOW_OTHER_IN_PERSPECTIVE_MENU=true
/bundle_defaults/org.jkiss.dbeaver.core/resultset.binary.editor=EDITOR
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_nuodb=true
/bundle_defaults/org.eclipse.ui.workbench/REUSE_OPEN_EDITORS_BOOLEAN=false
/bundle_defaults/org.eclipse.ui.workbench/coolBarVisible=true
/bundle_defaults/org.jkiss.dbeaver.core/resultset.autofetch.next.segment=true
@org.eclipse.ui.workbench=3.107.0.v20150825-2206
/bundle_defaults/org.jkiss.dbeaver.core/resultset.order.serverSide=true
/instance/org.jkiss.dbeaver.core/search.dialog.cur-provider=database_metadata
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.number.minFractionDigits=0
/bundle_defaults/org.eclipse.ui/ENABLE_ANIMATIONS=false
/bundle_defaults/org.jkiss.dbeaver.core/script.error.handling=STOP_ROLLBACK
/instance/org.jkiss.dbeaver.core/resultset.maxrows=100
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_mysql3=true
/bundle_defaults/org.jkiss.dbeaver.core/proposals.short.name=false
/bundle_defaults/org.eclipse.ui.workbench/OPEN_AFTER_DELAY=false
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_h2_server=true
/instance/org.jkiss.dbeaver.core/export.scripts.out.dir=/Users/wmorin
/bundle_defaults/org.eclipse.core.resources/description.maxbuilditerations=10
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_informix=true
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.closeDoubleQuotes=true
/bundle_defaults/org.eclipse.core.resources/description.applyfilestatepolicy=true
/bundle_defaults/org.eclipse.ui.workbench/perspectiveBarVisible=true
/bundle_defaults/org.jkiss.dbeaver.core/qm.historyDays=90
/instance/org.jkiss.dbeaver.core/search.metadata.history.0=geo
/bundle_defaults/org.eclipse.ui/LINK_NAVIGATOR_TO_EDITOR=false
/instance/org.eclipse.ui.views.log/orderType=2
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_linter=true
/bundle_defaults/org.jkiss.dbeaver.core/agent.long.operation.notify=false
/bundle_defaults/org.jkiss.dbeaver.core/statement.timeout=10000
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_msaccess_ucanaccess=true
/bundle_defaults/org.eclipse.ui.workbench/SELECT_ON_HOVER=false
/bundle_defaults/org.jkiss.dbeaver.core/navigator.group.by.driver=false
/bundle_defaults/org.jkiss.dbeaver.core/textDragAndDropEnabled=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_oracle_oracle_thin=true
@org.jkiss.dbeaver.core=3.5.2
/instance/org.eclipse.e4.ui.css.swt.theme/themeid=org.eclipse.e4.ui.css.theme.e4_classic
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_db2_db2=true
/bundle_defaults/org.jkiss.dbeaver.core/script.commit.lines=1000
/bundle_defaults/org.jkiss.dbeaver.core/ui.drivers.sources=http\://dbeaver.jkiss.org/files/jdbc/
/bundle_defaults/org.eclipse.ui/showIntro=true
/bundle_defaults/org.jkiss.dbeaver.core/qm.objectTypes=txn,query
/bundle_defaults/org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=true
/bundle_defaults/org.eclipse.core.resources/snapshots.operations=100
/bundle_defaults/org.jkiss.dbeaver.core/navigator.sort.case.insensitive=false
/bundle_defaults/org.eclipse.core.resources/description.disableLinking=false
/bundle_defaults/org.eclipse.ui.workbench/ENABLED_DECORATORS=
/bundle_defaults/org.eclipse.core.resources/description.maxfilestates=50
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_mongodb=true
/instance/org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\n<org.eclipse.ui.commands/>
/bundle_defaults/org.jkiss.dbeaver.core/resultset.behavior.autoSwitchMode=false
/bundle_defaults/org.eclipse.core.resources/description.snapshotinterval=300000
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_csvjdbc=true
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.currentLineColor=230,230,230
/bundle_defaults/org.eclipse.ui.workbench/DISABLE_OPEN_EDITOR_IN_PLACE=false
/instance/org.jkiss.dbeaver.core/driver.license.accept.postgresql=true\:1429875433369\:wmorin
@org.eclipse.ui.workbench.texteditor=3.9.100.v20141023-1946
/instance/org.jkiss.dbeaver.core/org.jkiss.dbeaver.core.confirm.disconnect_txn=never
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.closeBeginEndStatement=true
/instance/org.jkiss.dbeaver.core/search.metadata.max-results=100
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.resetCursorOnExecute=false
/instance/org.jkiss.dbeaver.ext.erd/erd.attr.visibility=ALL
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_sybase=true
/instance/org.eclipse.ui.views.log/groupBy=0
/bundle_defaults/org.eclipse.ui/SHOW_OPEN_ON_PERSPECTIVE_BAR=true
/instance/org.eclipse.ui.views.log/maxLogTailSize=1
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_sqlite_jdbc=true
/bundle_defaults/org.eclipse.ui/SHOW_FILTERED_TEXTS=true
/instance/org.jkiss.dbeaver.core/search.metadata.object-type=org.jkiss.dbeaver.model.struct.rdb.DBSTable
/bundle_defaults/org.jkiss.dbeaver.core/hex.font.size=10
/bundle_defaults/org.eclipse.ui/SHOW_SYSTEM_JOBS=false
file_export_version=3.0
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.matchingBracketsColor=128,128,128
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_SELECTION_SCOPE=1
/bundle_defaults/org.eclipse.ui.workbench/KEYS_PREFERENCE_SELECTED_TAB=0
/bundle_defaults/org.jkiss.dbeaver.core/qm.logDirectory=/Users/wmorin/.dbeaver/.metadata
/bundle_defaults/org.eclipse.core.resources/refresh.enabled=false
/bundle_defaults/org.eclipse.ui.workbench/COLOR_ICONS=true
/bundle_defaults/org.jkiss.dbeaver.core/hex.font.name=Courier New
/bundle_defaults/org.jkiss.dbeaver.core/agent.long.operation.timeout=30
/bundle_defaults/org.jkiss.dbeaver.core/script.fetch.resultset=false
/bundle_defaults/org.jkiss.dbeaver.core/navigator.editor.full-name=false
/bundle_defaults/org.eclipse.ui/SHOW_MULTIPLE_EDITOR_TABS=true
/bundle_defaults/org.jkiss.dbeaver.core/resultset.commit.oneditapply=false
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_gemfire_xd=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_sap_maxdb=true
/bundle_defaults/org.eclipse.ui/SHIFT_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.jkiss.dbeaver.core/ui.editors.reopen-after-restart=true
/bundle_defaults/org.jkiss.dbeaver.core/resultset.commit.oncontentapply=false
/bundle_defaults/org.jkiss.dbeaver.core/proposal.insert.case=0
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_mysql_mysql5=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_ingres=true
/instance/org.jkiss.dbeaver.core/ui.auto.update.check.time=1441014883632
/instance/org.jkiss.dbeaver.core/dataformat.profile.language=fr
/instance/org.jkiss.dbeaver.ext.erd/erd.grid.enabled=false
/bundle_defaults/org.eclipse.ui.workbench/HeapStatus.updateInterval=500
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.printMargin=false
/bundle_defaults/org.eclipse.core.resources/refresh.lightweight.enabled=false
/instance/org.eclipse.ui.views.log/show_filter_text=true
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.printMarginColumn=120
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.printMarginColor=230,230,230
/bundle_defaults/org.eclipse.ui.workbench/SINGLE_CLICK_METHOD=0
/bundle_defaults/org.jkiss.dbeaver.core/hide.duplicate.proposals=false
/bundle_defaults/org.eclipse.ui.workbench/REUSE_OPEN_EDITORS=8
/bundle_defaults/org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=0
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.number.roundingMode=HALF_EVEN
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_hsqldb_server=true
/bundle_defaults/org.jkiss.dbeaver.core/script.title.pattern=<${connectionName}> ${fileName}
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_DISPLAY_FULL_NAME=false
/instance/org.eclipse.core.resources/version=1
/bundle_defaults/org.eclipse.ui.workbench/SHOW_MEMORY_MONITOR=false
/bundle_defaults/org.eclipse.ui.workbench/EDITORLIST_PULLDOWN_ACTIVE=false
/bundle_defaults/org.eclipse.core.resources/description.defaultbuildorder=true
/instance/org.jkiss.dbeaver.core/auto.activation.delay=0
/instance/org.jkiss.dbeaver.ext.erd/Palette\ state=4
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditor.templates.templatesPage.nameWidth=180
/bundle_defaults/org.jkiss.dbeaver.core/ui.proxy.port=1080
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.number.maxIntegerDigits=2147483647
/bundle_defaults/org.jkiss.dbeaver.core/resultset.edit.maxtextsize=10000000
@org.eclipse.core.resources=3.10.1.v20150725-1910
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_db2_luw_old=true
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.closeSingleQuotes=true
/bundle_defaults/org.jkiss.dbeaver.core/ui.auto.update.check=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditor.templates.templatesPage.descriptionWidth=270
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.matchingBrackets=true
/bundle_defaults/org.jkiss.dbeaver.core/script.commit.type=NO_COMMIT
/bundle_defaults/org.eclipse.ui/EDITOR_MINIMUM_CHARACTERS=-1
/bundle_defaults/org.eclipse.ui.workbench/REUSE_DIRTY_EDITORS=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_cache=true
/bundle_defaults/org.eclipse.ui/EDITOR_TAB_POSITION=128
/bundle_defaults/org.eclipse.ui.workbench/STICKY_CYCLE=false
/bundle_defaults/org.eclipse.ui.workbench/OPEN_ON_SINGLE_CLICK=false
/bundle_defaults/org.eclipse.ui.workbench/overridepresentation=false
/bundle_defaults/org.jkiss.dbeaver.core/database.props.expensive=false
/bundle_defaults/org.eclipse.ui/CLOSE_EDITORS_ON_EXIT=false
/bundle_defaults/org.eclipse.core.resources/description.maxfilestatesize=1048576
/bundle_defaults/org.jkiss.dbeaver.core/navigator.expand.on.connect=false
/bundle_defaults/org.eclipse.ui.workbench/DISABLE_DIALOG_FONT=false
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.closeComments=true
/bundle_defaults/org.eclipse.ui.workbench/ENABLE_COOL_BARS=true
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.number.useGrouping=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_mimer=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_cassandra=true
/bundle_defaults/org.eclipse.ui.workbench/ENABLE_CONFIGURABLE_PROJECT_WIZARD=false
/bundle_defaults/org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=true
/bundle_defaults/org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topLeft
@org.eclipse.ui.views.log=1.0.600.v20150513-1840
/bundle_defaults/org.jkiss.dbeaver.core/insert.single.proposals.auto=true
/instance/org.jkiss.dbeaver.core/org.jkiss.dbeaver.core.confirm.order_resultset=always
/instance/org.eclipse.ui.workbench/ColorsAndFontsPreferencePage.selectedElement=Corg.jkiss.dbeaver.sql.editor.color.keyword.foreground
/bundle_defaults/org.jkiss.dbeaver.core/ui.proxy.user=
/bundle_defaults/org.jkiss.dbeaver.core/agent.enabled=true
/bundle_defaults/org.eclipse.ui.workbench/NL_EXTENSIONS=
/instance/org.eclipse.ui.views.log/column4=150
/instance/org.eclipse.ui.views.log/column3=150
/instance/org.eclipse.ui.views.log/column2=465
/bundle_defaults/org.eclipse.ui/PROJECT_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.eclipse.ui/VIEW_MINIMUM_CHARACTERS=1
/bundle_defaults/org.eclipse.ui/initialFastViewBarLocation=bottom
/bundle_defaults/org.eclipse.core.resources/encoding=
/bundle_defaults/org.jkiss.dbeaver.core/resultset.show.oddRows=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_firebird_jaybird=true
/bundle_defaults/org.jkiss.dbeaver.core/auto.activation.delay=500
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.date.pattern=yyyy-MM-dd
/bundle_defaults/org.jkiss.dbeaver.core/resultset.maxrows=200
/bundle_defaults/org.jkiss.dbeaver.core/SQLEditor.currentLine=false
/instance/org.jkiss.dbeaver.core/agent.long.operation.timeout=10
/instance/org.jkiss.dbeaver.core/rulerContributions=org.jkiss.dbeaver.ui.editors.columns.linenumbers
/bundle_defaults/org.eclipse.ui/ALTERNATE_OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.jkiss.dbeaver.core/navigator.connection.doubleClick=SQL_EDITOR
/bundle_defaults/org.eclipse.ui/OPEN_NEW_PERSPECTIVE=OPEN_PERSPECTIVE_REPLACE
/bundle_defaults/org.jkiss.dbeaver.core/ui.proxy.host=
/bundle_defaults/org.eclipse.ui.workbench/RECENT_FILES=4
/bundle_defaults/org.jkiss.dbeaver.core/statement.invalidate.before.execute=false
/bundle_defaults/org.jkiss.dbeaver.core/keep.statement.open=false
/instance/org.jkiss.dbeaver.core/dataformat.profile.country=FR
/instance/org.eclipse.ui.views.log/orderValue=-1
/bundle_defaults/org.eclipse.ui.workbench/WORKBENCH_SAVE_INTERVAL=5
/bundle_defaults/org.jkiss.dbeaver.core/ui.drivers.home=
@org.jkiss.dbeaver.ext.erd=2.0.19
/bundle_defaults/org.eclipse.ui.workbench/ENABLE_NEW_MENUS=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_mssql=true
/bundle_defaults/org.eclipse.ui.workbench/MULTI_KEY_ASSIST=true
/instance/org.jkiss.dbeaver.core/search-view.max-results=100
/bundle_defaults/org.eclipse.core.resources/delta.expiration=2592000000
/bundle_defaults/org.jkiss.dbeaver.core/dataformat.type.timestamp.pattern=yyyy-MM-dd HH\:mm\:ss
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_generic_netezza=true
/instance/org.eclipse.ui.workbench.texteditor/org.eclipse.ui.workbench.texteditortemplates.templatesPage.context.expand.sql_mysql_mariaDB=true
/bundle_defaults/org.eclipse.ui.workbench/BIDI_SUPPORT=false

Sybase ASE - Ctrl + Click not working if table name is specified as [schema].[tablename] instead of [catalog].[schema].[tablename] (even if it is the autocompletion result)schema

Using Sybase ASE (I use version 15), start typing in the editor the name of a table in format [schema].[tablename]. The autocompletion prompts a list of matching tables in the format [catalog].[schema].[tablename]:

sybaseautocompletion

When you choose one of the proposed tables, the autocompletion prints the table name as [schema].[tablename]. Now if you try to Ctrl + Click on table name to open the table information panel, the table name does not become a clickable link.

If you write the table name in the format [catalog].[schema].[tablename], the table name becomes a clickable link when hovering with the mouse keeping the Ctrl button pressed.
The link is displayed also if the table name is specified as [catalog].[tablename] or as [tablename] only (but in these cases the autocompletion does not work)

Oracle - Packages body not loaded

When you open an Oracle package from the DB Navigator panel by double-clicking it, the declaration part is correctly loaded, whereas the body part is not loaded.

See screnshot below for further details.

oraclepackage

Checkbox table editor on MacOS

Checkbox in table editor on MacOS doesn't work. Looks like some error in disabled checkbox renderer.
Suggestion - replace fancy checkbox renderer with "yes/no" and dropdown editor.

Table properties - can't paste column name with hotkey

When trying to a plain/text content type into a table properties' column name using the hotkey, DBeaver displays the message "Clipboard contains data in unsupported format", even if the cell has focus. Choosing 'Paste' from the context menu works.

Unable to add user via wizard for MySql - popup closes when key is pressed in user name field

To reproduce (on Version 3.5.3 against MySql 5.5):

  • As 'root',
  • Create a connection to a DB on a local MySql server, connect.
  • Expand folders below the DB in the tree view.
  • Right-click 'Users' folder in the tree view
  • Click 'Create New User'
  • Highlight the default text in the 'User Name' field
  • Type 'test'

Expected: User name can be changed to 'test',

Actual: Popup closes if text in 'User Name' field is changed. User not saved.

Workaround: Instead of attempting to modify user name directly;

  • Assign password and privileges in the popup
  • Click 'View/Persist changes'
  • Click 'Copy', 'Cancel'
  • Paste into an SQL editor window
  • Find/replace 'user' with ''
  • Correct statement order and execute SQL manually.

Connection keep-alive

We need support of connections keep-alive configuration. Some drivers have it already but we need a general solution. Each connection opened by DBeaver should be pinged by a special monitor in background.
Ping period should be configurable. Auto-reconnect should be configurable.
Additionally we need some configuration for setting ping query. Currently it is an interaction with DatabaseMetaData.

This feature should be disabled by default.

RPM packaging

We need to make good (better than before) RPM packaging.

Table data foreign key link opens other table data in same tab

The foreign key 'link' is an awesome feature! It unfortunately leaves the user stranded on another table's data, with no way to return to the original table. This is particularly annoying when adding data, as the only way to return to the original table is to close the tab (losing modifications, if you weren't finished) and reopen the original table.

Enum select

That would be great add selecting for enum type when editing a row in the table

Oracle - Table DDL cannot be retrieved from Information Panel

Using Oracle 11g, when you open the information panel related to an existing table (either by double-clicking table name in DB navigator or by Ctrl + Clicking on table name in editor) and select the DDL tab, the following error is displayed and the DDl for the selected table canot be retrieved:

oracle_ddl_error

The table exists in the selected schema because I can execute queries on it.
Using another tool (i.e. Toad) the DDL is correctly retrieved.

Query Manager UI

QueryManager already persists all activity in embedded database.
We need UI to let users search in previous queries.

AOOBException formating an SQL statement in SQL Editor

I use DBeaver as eclipse plugin in eclipse 4.4.2.
When opening an SQL Editor on a database with Ctrl+L, writing an SQL statement
and formatting it with Ctrl+Alt+F an error message appears.

An error has occurred. See error log for more details.
java.lang.ArrayIndexOutOfBoundsException

In the error log I see the following:
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
java.lang.ArrayIndexOutOfBoundsException

Show columns values in SQL/UTIL commands in the log

Now in 3.5.3 version, the changes made from result set editor are logged in the Execution Log tab. But in the SQL/UTIL commands, the parameters are not showed, just an interrogation point instead.

For example:
Current: UPDATE person SET name = ? WHERE id = ?;
Suggestion: UPDATE person SET name = 'Jeison' WHERE id = 1;

High DPI support

DBeaver should support High DPI resolution (Retina, etc).
Mostly this task is for Eclipse platform but DBeaver also should provide icons with bigger resolutions and maybe some additional UI fixes will be also required.

This task will be suspended for a while. I can't test it.

Windows installer: broken unpack

For some reason in some environments jars are not unpacked after installation.
Maybe problem is in NSIS or in permissions or in conflicts with local Java or in something else.
Investigate.

Deb installer issues

For some reason deb installer doesn't upgrade version correctly.
Looks like some artifacts (plugins) from previous version remains.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.