mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 08:13:02 +00:00
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
This commit is contained in:
parent
dfe69bb780
commit
cfc9504f78
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
dbeaver-6.3.2.tar.gz: cfe83612515215d582a9d9cb4adfcb375dbaa76f
|
||||
dbeaver-6.3.4.tar.gz: c94d72b58e7d3f08f15e1fc95b6bc9ef30036274
|
||||
|
|
|
@ -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
|
||||
%{_iconsdir}//hicolor/*/apps/%{name}.png
|
||||
|
|
Loading…
Add table
Reference in a new issue