From cfc9504f78503aba6b1bc9f311b52eec2d9c73bb Mon Sep 17 00:00:00 2001 From: Sergey Zhemoitel Date: Mon, 3 Feb 2020 15:02:49 +0300 Subject: [PATCH] https://dbeaver.io/2020/02/02/dbeaver-6-3-4/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Active database/schema selector behavior was significantly improved Smart commit mode was enhanced: - Switching to auto-commit after the end of transaction - Smart commit for table editors - Transactions preference page was added Data transfer: - CSV export parameters (quote mode) were added - Add/remove table to existing data transfer task was fixed SQL editor: - “Select all rows” query generation was fixed - Read data in console now uses correct default schema Data viewer: - Show boolean values as checkboxes (configurable) - Row colors customization was fixed Connection editor: - Multiple connection editor dialogs can be opened now - Extra variables were introduced, config UI was improved Apache Phoenix: - Driver version was updated - Schema-less tables read was fixed - Index create support was added - SQL autocomplete was fixed Exasol: metadata editor was significantly improved Neo4j: complex data types (structs/arrays) support was fixed Snowflake: index editor was fixed, view editor was fixed PostgreSQL: - Backup for selected tables was fixed - Execute script on the selected database was fixed Greenplum 6.x: table DDL was fixed Oracle: PL/SQL parser was fixed (code blocks) A lot of minor bugfixes --- .abf.yml | 2 +- dbeaver.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index a6e7aec..2a5c837 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - dbeaver-6.3.2.tar.gz: cfe83612515215d582a9d9cb4adfcb375dbaa76f + dbeaver-6.3.4.tar.gz: c94d72b58e7d3f08f15e1fc95b6bc9ef30036274 diff --git a/dbeaver.spec b/dbeaver.spec index 5ed348c..58ab723 100644 --- a/dbeaver.spec +++ b/dbeaver.spec @@ -3,7 +3,7 @@ %define _JAVA8 /usr/lib/jvm/java-1.8.0/ Name: dbeaver -Version: 6.3.2 +Version: 6.3.4 Release: 1 Summary: Universal database manager and SQL client URL: https://dbeaver.io @@ -102,4 +102,4 @@ popd %{_bindir} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop -%{_iconsdir}//hicolor/*/apps/%{name}.png \ No newline at end of file +%{_iconsdir}//hicolor/*/apps/%{name}.png