File dbeaver.changes of Package dbeaver

-------------------------------------------------------------------
Mon Nov 16 13:36:46 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>

- Update to version 7.2.5: 

-------------------------------------------------------------------
Mon Nov  2 03:16:37 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.2.4: 

-------------------------------------------------------------------
Mon Oct 19 11:27:14 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.2.3: 

-------------------------------------------------------------------
Mon Oct  5 03:06:04 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.2.2: 

-------------------------------------------------------------------
Mon Sep 21 02:55:08 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.2.1: 

-------------------------------------------------------------------
Mon Aug 31 04:21:53 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.2.0: 

-------------------------------------------------------------------
Mon Aug 17 02:56:02 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.1.5:
  * Data transfer:
    - Import from multiple CSV files was added
    - Import from files into new tables
    - Data import preview dialog was added
    - Target table create/alter DDL now supports database-specific options
    - Virtual columns are ignored in SQL INSERTs export
    - Problem with data transfer wizard and Darkest Dark theme was fixed
    - Problem with timestamp format for CSV/XLSX export was fixed
    - Case sensitive table/column names resolution was fixed
  * Database navigator:
    - Statistics render was fixed for MacOS and Linux
    - Database size statistics was added for PostgreSQL, MySQL, SQL Server, DB2
  * Team work:
    - Problem with empty Git Repositories view was fixed
    - Git integration was added in project navigator view
  * PostgreSQL:
    - Native client version was upgraded to version 12 (Windows)
    - Check constraints read was fixed (PG 12+)
    - SQL results limit was fixed (for queries with LIMIT/OFFSET/FETCH clauses)
    - Object DDL generator was improved (comments, permissions)
    - Support of case insensitive full-text search was added
    - Table partitions statistics was added
  * Oracle:
    - TNS names search was fixed
    - Connection info was fixed for TNS/custom URL connections
    - Variables are now supported in custom JDBC URL (thanks to @insightfuls)
  * MysQL:
    - Problem with check constraints read was fixed
    - Table copy was fixed (bug with redundant indexes was resolved)
  * Redshift: problem with read-only resultsets was fixed
  * Snowflake: SQL dialect support was fixed ($$ comments)
  * A large number of minor UI improvements and bugfixes

-------------------------------------------------------------------
Mon Aug  3 03:15:54 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.1.4 
  * Database navigator:
    - Connection status icons and tooltips were redesigned
    - Icon decorations added for Git-integrated projects
    - Navigator view options were added in the context menu
    - Simple view support was improved (redundant objects removed from the navigator tree)
    - Icons for "Create new objects" action were fixed
  * Data editor:
    - Unique key detection was fixed (for data editor)
    - Advanced paste of multiple rows was fixed (redundant rows create was removed)
    - Column filter dialog move/resize was fixed on Linux
    - Grid data rendering performance was improved
    - Auto-complete of column names was fixed in the filter panel
  * SQL editor:
    - Search/replace/undio/redo shortcuts were fixed in embedded editors (view/procedure sources)
    - Parameter binding was fixed for multiple occurrences of the same parameter
    - Smart commit mode behavior was fixed for PostgreSQL (post-error transaction recovery)
    - Delete indent with single backspace was enabled by default
    - Server log panel now works for data modification triggers
    - Extract query from source code now shows notification popup
    - Multiple queries execution is now allowed (in separate tabs)
  * ERD editor: extra coloring was added for multi-schema diagrams
  * Oracle:
    - Metadata read performance was increased (Tables, materialized views)
    - Columns and constraints were added in materialized view editor
    - Numeric data type precision read was fixed
    - Support of implicit cursors in query results was added
    - View DDL reading was improved (view comments are included in DDL)
  * PostgreSQL:
    - Default schema detection and search_path overwrite was fixed
    - Multi-dimension arrays support was added
    - Table DDL for inherited tables was fixed
  * MySQL:
    - Active database change in read-only connections was fixed
    - CHECK constraints support was added
    - Table copy operation was fixed
    - User password management was improved (to avoid FLUSH PRIVILEGES)
  * Sybase:
    - Support of text editing in views was added
    - Schema indexes reading was fixed
    - New table columns create was fixed
  * CockroachDB: direct table data edit support was fixed
  * HSQLDB: UUID data type support was added
  * Query cancelling was improved (force cancel for hanging connections)
  * Transaction isolation level settings save was fixed
  * Error and debug logging was fixed
  * A large number of minor UI improvements and bugfixes

-------------------------------------------------------------------
Mon Jul 20 05:55:10 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.1.3: 
  * Spatial presentation: tooltips rendering was fixed
  * DB2: UI tools were converted into database tasks
  * MySQL/MariaDB: database restore was fixed (binary data corruption)
  * PostgreSQL: data type DDL was improved + comment edit support was added
  * Oracle: problem with connect as SYSDBA was fixed
  * Exasol:
    - Database error type discovery was added (proper handle of "connection lost" errors)
    - Metadata read performance was improved
  * Googlee Spanner: official driver configuration was added (thanks to @olavloite)
  * Simple view mode was fixed (redundant database objects were hidden)
  * Proxy configuration UI was fixed
  * MacOS installer was fixed
  * Tasks management: error handing was improved (for deleted tables)
  * We reverted to Eeclipse 2020-03 platform (it resolves a set of UI glitches on some platforms)
  * A few minor UI and database-specific bugs were fixed

-------------------------------------------------------------------
Mon Jul  6 02:56:27 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.1.2: 
  * Data viewer:
    - Now we refresh entire row after cell value update (handy if you have triggers)
    - Generate SQL context menu was fixed
    - Horizontal scroll with mouse wheel support was added
    - Export data in source code (PHP arrays) format was added
    - Bug with Ctrl+Backspace handler was fixed
  * SQL Editor:
    - Query cancel handler was improved (problem with UI stuck was fixed)
    - Now we show query information in the result tab tooltip
    - Query parser was fixed (active query extraction for Ctrl+Enter action)
    - Template variables (${word_selection} and ${line_selection}) support was fixed
  * Navigator:
    - Icons for "Create object" actions were fixed
    - Main menu File items were reordered
    - Heading and trailing spaces trim was added to all edit dialogs/panels
  * Session manager: problem with multiple windows was fixed
  * SQL Server: Database tools (index rebuild, triggers disable) were redesigned
  * Firebird: new table and table column creation was fixed
  * PostgreSQL: Table partition DDL was fixed
  * MySQL: CHECK constraints edit support was added
  * Oracle:
    - Table statistics read was fixed
    - Schema indexes folder was added
    - Check constraints editor was added
    - Trigger status icon was fixed
  * Exasol: (thanks to @Sargul)
    - Metadata read performance was improved
    - Metadata search support was added
    - Table references
    - Index create DDL was fixed
    - Table statistics read performance was improved
  * Redshift: driver download was fixed
  * SQreamDB driver was added
  * YugabyteDB driver was added
  * We upgraded Eclipse platform version to 2020-06. It affects dark theme and General preferences and fixes several minor bugs

-------------------------------------------------------------------
Mon Jun  1 02:45:19 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.1.0: 
  * Database navigator:
    - Statistics view (table sizes) was added
    - Connection coloring was redesigned
    - Connection host name tip was added
  * Data viewer:
    - Ref cursor panel viewer was added
    - Columns sort settings save/load was added
    - Data export in HTML format was fixed (styles)
  * SQL editor:
    - Function call formatting was improved
    - Table alias generation was fixed (for unicode/numeric table names)
  * PostgreSQL:
    - Ref cursors refresh support was added
    - Table and schema statistics was added
    - Table comment and rules were added to DDL
  * Oracle:
    - Metadata search was fixed
    - Java source read was fixed
  * ODBC driver download was fixed
  * Exasol: metadata edit dialogs were redesigned
  * Clickhouse: table statistics was added
  * Firebird: view editor was fixed
  * Plain HTTP driver repositories (Maven or direct links) were replaced or removed
  * Big number of minor UI and database-specific bugs were fixed

-------------------------------------------------------------------
Mon May 18 03:55:49 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.0.5:
  * Data viewer:
    - Pin (aka "freeze") column feature was added
    - Float (32bit) data type render was fixed (MySQL)
    - Plaintext renderer was fixed (binary values representation)
    - Filter value auto-complete was fixed (clipboard paste support)
    - Issue with "order by table column + column alias" was fixed
  * SQL editor:
    - Script close prompt was fixed
    - Hyperlinks now contain procedure parameters
    - Script selector panel positioning was fixed
    - Execute in new tab: new tabs opening was fixed
    - SQL format preferences page was improved
    - SQL formatting was fixed (line feeds after brackets)
    - SQL console title was fixed (source object name was added)
  * Non-https Maven repositories and driver links were removed
  * PostgreSQL:
    - Added parameters to the SQL execution plan explain (ANALYSE is optional)
    - Database backup  was fixed on Linux/MacOS (proper table names quoting)
    - Table DDL was fixed (show table comment)
    - Sequence DDL was fixed (START parameter)
    - Object dependencies now contain links on dependent/depending object
    - Permission/role editors were fixed (roles are sorted by name now)
    - SQL auto-completion fixed for older PG (<= 8.4)
  * Oracle: unique key detection was fixed
  * DB2:
    - FOR BIT DATA columns support was fixed (show value as binary)
    - Native SQL dialect support was improved (BEGIN/END)
  * SQLite: ROWID pseudo-column support was added (as unique key)
  * Many other minor bug fixes and improvements

-------------------------------------------------------------------
Wed May  6 03:12:00 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.0.4:
  * SQL editor:
    - Format now formats active query by default
    - Matching brackets highlighting was improved
  * Data viewer:
    - Find/replace highlighting and scrolling was fixed
    - Data filter save was fixed (problem with quoted column names)
    - Auto-completion in data filter now can be disabled
  * Object editor: refresh button in bottom toolbar was unified for all pages
  * Dark theme support improved (connection type colors)
  * New connection wizard was fixed (problem with quick driver selector)
  * Driver editor dialog was improved:
    - Extra properties save was fixed
    - Legacy drivers support was added
  * Git extension packaging was fixed (older Eclipse versions support)
  * Derby: new database create was fixed
  * Firebird: system objects hide/show was fixed (determine system flag from fro meta table)
  * MySQL:
    - Read-only connections support was fixed (SQL editors)
    - Query execution plan explain was fixed
  * Oracle:
    - Driver configuration was fixed (typo in Maven artifact name)
    - Java classes source viewer was added
    - Materialized view DDL read was fixed
    - PL/SQL parser was fixed (CASE/WHEN/END)
  * PostgreSQL:
    - search_path update was fixed
    - Numeric values rendering was fixed
  * Redshift: SOCKS proxy support was fixed
  * SQL Server: table DDL generation was fixed (column type names)
  * SQLite: foreign key metadata read was fixed (FKs with no name)
  * Portuguese (BR) localization was added (thanks to @wellesximenes)
  * Many minor bug fixes and improvements

-------------------------------------------------------------------
Mon Apr 20 04:33:30 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.0.3:
  * Data viewer:
    - Problem with unreachable last row/column was fixed
    - "Open With" action now uses configuration from last data export
    - Find/replace issues were fixed (scroll to found cell)
    - Bug in reference panel was fixed (multiple value selection)
    - Filter value auto-completion was fixed (popup close)
    - Virtual unique keys management was improved
  * SQL editor: multiline code templates apply was fixed (thanks to @VASilaev)
  * Number of bugs were fixed in the Simple navigator view
  * Transaction management was improved (redundant transaction commit confirmations were removed)
  * GIS viewer: many new (and cool) tiles were added (thanks to @mkgrgis)
  * Active catalog/schema selector UI was improved
  * Connection edit dialog was fixed (error during page switch)
  * Oracle:
    - Connection settings (SID/Service) save was fixed
    - Session terminate was fixed (for non-RAC databases)
  * Exasol:
    - Foreign key creation was fixed
    - View DDL extraction was fixed (auto-format was disabled)
  * HANA: unique key creation was fixed
  * Firebird: procedure metadata refresh was fixed
  * Problems with remote RDP connections (app crash) were fixed
  * Japanese localization was significantly improved (thanks to @ScratchBuild)
  * We have migrated to Eclipse platform 2020-03
  * Many other minor bug fixes and improvements

-------------------------------------------------------------------
Mon Apr  6 17:17:49 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>

- Update to version 7.0.2:
  * Database navigator:
    - Simplified database structure view was added
    - Navigator view settings and presets were added
  * Object editor:
    - Context menu was added to the object breadcrumbs
    - Object alter script now can be opened in SQL editor
  * Data editor:
    - Preference and data format changes now applying immediately (without data refresh)
    - Scrollbar position reset in columns reorder/filtering was fixed
    - Number of selected rows/columns/cells now shown in the status bar
    - Query filter history save/load was fixed
    - Floating point numbers (4-byte precision) rendering was fixed
  * SQL Editor: quick search tool was added (ctrl+alt+shift+f)
    - Driver copy was fixed (problem with read-only URL)
    - PostgreSQL:
    - PGPASS support was fixed
    - Database information (ctype, collate) reading was fixed
    - Problems with default database change were fixed
    - OID types rendering fix
    - Domain metadata reading was fixed (base type qualified name)
    - Extra options were added to database backup/restore wizards
  * Redshift: data type resolution was fixed (array types)
  * SQL Server:
    - Driver download and "reset to default" was fixed
    - Default schema detection was added
    - Problems with read-only query results were fixed
    - Column comments edit was fixed
  * MySQL:
    - Permission editor was fixed (schema privileges)
    - Index rename support was added
  * Exasol:
    - Security tree (Exasol 7) was fixed
    - Auto-completion for builtin functions was added
    - Foreign keys metadata was fixed
  * Oracle: "drop procedure" support was fixed
  * SAP HANA: driver download was fixed
  * Firebird: driver version was upgraded (4.0)
  * Many other minor bug fixes

-------------------------------------------------------------------
Mon Mar 23 03:14:47 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.0.1:
  * Data viewer:
    - Search/replace in selected rows support was added
    - Problem with Find/Replace and scrolling was fixed
    - Floating point numbers rendering/copying was fixed (precision fix)
  * SQL editor:
    - Connection initialization was fixed (active schema set)
    - Auto-completion for DROP/ALTER procedure/function was added
    - Auto-completion for asterisk (*) was fixed
    - Auto-completion for table aliases was disabled
    - Auto sync with database navigator was fixed (proper catalog/schema change)
  * ERD viewer: table resize support was added
  * Query manager: full query text view was fixed
  * Connections invalidate was fixed (redundant connections open) and invalidate performance was improved
  * Schema compare (simple:
    - Compare progress visualization was fixed
    - Stored procedures body compare was fixed
  * SSH tunnel: default user name (current OS user) is used when user name not set
  * PostgreSQL:
    - PGPASS authentication was added
    - Unique key indexes visibility was fixed
    - Schema permissions viewer/editor was added
    - Function/procedure create dialog was fixed
    - Options for tables/functions DDL viewer now saved
    - Enum values editor was added
    - Array values copy-paste was fixed
  * Oracle:
    - Automatic driver download was added
    - View constraints create/drop support was added
  * DB2 LUW:
    - Automatic driver download was added
    - Table references read was fixed
  * SQL Server:
    - Driver download  (native artifacts) was fixed
    - Custom SQL query result editor was fixed
    - Schema selector (main toolbar) was fixed
  * SQLite: column rename support was added
  * Snap package was significantly improved (thanks to @galgalesh)
  * Many other minor bug fixes

-------------------------------------------------------------------
Mon Mar  2 09:14:52 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 7.0.0:
  * Tasks management: data transfer, backup-restore, SQL execution
  * Data viewer and data editor UI major improvements:
    - GIS/geo-spatial viewer
    - JSON viewer
    - Logical columns, primary and foreign keys
    - References panel
    - Advanced row coloring
  * SQL editor major improvements:
    - Smart-commit mode
    - Enhanced SQL parser and auto-complete proposals
  * Git integration
  * SSH agents and jump servers support
  * And a lot of other great things
  * We increased number of supported drivers to 81
  * We closed almost 2000 issues on GitHub.
  * SQL script execute task:
    - Support of multiple scripts was added
    - Support of multiple connections was added
    - Configuration wizard was completely redesigned
  * SQL editor:
    - Auto-complete proposals were colorized
    - Auto-complete for table column possible values
    - Synonyms are now resolved as tables
  * Data viewer:
    - Filter panel auto-completion was fixed
    - Value viewer panel refresh was fixed
    - Boolean column transformation was added (view numeric columns as checkboxes)
  * Import from CSV: column mappings was fixed
  * Popup panels unexpected close was fixed
  * Invalidation of dead SSH tunnels was fixed
  * PostgreSQL:
    - Type cast for updates and filters is now used
    - Timestamp scale edit was fixed
  * SQL Server:
    - Driver version upgrade (to 8.2)
    - Data import for IDENTITY columns was fixed
  * MySQL: permission editor supports schema masks
  * Oracle:
    - PL/SQL parser was fixed
    - Comment editor for views and functions was fixed
    - TIMESTAMP WITH TIMEZONE support was improved
  * HANA:
    - GIS (geometry) data types support was improved (by @stefanuhrig)
    - Table column drop was fixed
  * OmniSci: driver version was updated.
  * Linux: UI freezes were fixed
  * A few minor UI improvements (icons, English localization, ERD colors, shortcuts)
  * A lot of minor bug fixes

-------------------------------------------------------------------
Mon Feb 17 02:53:09 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 6.3.5
  * Data viewer:
    - Read-only columns UI was improved (icon + explanation were added)
    - Filter text content assistant was significantly improved
    - Row count calculation control UI ws fixed
    - "Set default value" shortcut was changed
    - Ordering in record mode was fixed
    - Data change confirmation was fixed
    - Plaintext presentation rendering was fixed (extra spaces)
    - Numbers native representation mode (no client-side formatting) was added
  * SQL editor:
    - Export from query task was fixed
    - Output tab now remains active after query execute
    - Auto-commit toggle was fixed (rollback is performed on mode switch)
    - Connection initialization was fixed ("Not connected to a  database" bug)
    - Column values assistance was added
    - Numbers color and font was fixed
  * ERD viewer:
    - Entity/schema diagram "reset" action was added
    - "Show views" option handle was fixed
  * Connections and drivers:
    - Variables support was improved (now all properties may contain variables)
    - Maven artifact version resolution was fixed (null version bug)
    - External drivers configuration support was added (see wiki)
  * PostgreSQL:
    - Query cancellation was fixed
    - Hyperlinks and "Go to object" action were fixed (now they use current database instead of default one)
    - Schema privileges were added in DDL
    - Indexes read was fixed (redundant primary key constraint was removed)
    - Arrays of domain types support was fixed
    - Column copy-paste support was added
  * MySQL:
    - Identifiers redundant quotation was fixed
    - Column copy-paste support was added
  * Oracle:
    - Default schema detection was fixed
    - Double compilation of package was fixed
    - PL/SQL parser was improved (case .. when .. end)
  * DB2: alter column DDL was fixed (column modifiers were added)
  * SQL Server: metadata search was fixed (wrong object types bug)
  * AWS Athena: error position highlighting was added
  * Sybase: legacy versions (12 and earlier) support was improved
  * A lot of minor bugfixes

-------------------------------------------------------------------
Mon Feb  3 02:54:29 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 6.3.4
  * A lot of minor bugfixes 

-------------------------------------------------------------------
Mon Jan 20 01:17:50 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>

- Update to version 6.3.3
  * Tasks:
    - SQL script execute task was added
    - Variables support was added
    - Grouping of tasks by project/type was added
    - Active database/schema now saved for custom SQL queries
    - Target table mapping was fixed for database-to-database data transfer
  * Data viewer:
    - Column filter UI was improved (multi-value select, value search)
    - Null XML columns support was fixed
    - Column value transformations and coloring was fixed
    - Context menu was improved (layout was change, missing commands were added)
    - Problem with missing toolbar actions was fixed
    - Hex editor coloring was improved, dark theme support was added
  * SQL editor:
    - Auto-complete now respects active schema
    - Database output read was fixed (async mode)
    - Hyperlinks and object navigation were fixed
    - Aliases generation algorithm was improved
  * PostgreSQL:
    - Database restore task was fixed (target database)
    - SQL parser was fixed (BEGIN/END keywords)
  * Oracle: procedures/views source code editor was fixed
  * MySQL: database restore log level config was fixed
  * Netezza: views and procedures source extraction was fixed
  * Hive: view editor was fixed
  * Neo4j: arrays support was fixed, SQL parser was fixed
  * Metadata editor: current database detection was fixed
  * Tooltips for database navigator were improved
  * Variables in connection parameters now enabled by default
  * Connection type permissions save was fixed
  * Dark theme support was improved in the main toolbar and in different dialogs
  * SSH agents support was fixed (now we use ssh-agent on Linux)
  * SSH + private key + password: configuration dialog was fixed
  * A lot of minor bugfixes

-------------------------------------------------------------------
Mon Jan  6 04:36:25 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>

- Update to version 6.3.2
  * Database backup/restore/sql tools (PostgreSQL, MySQL, Oracle) now can be saved as tasks
  * Smart auto-commit mode was introduced (enable transactions vefore data modifying query execute)
  * SQL editor:
    - Alias generation was improved
    - Output log flush eas fixed
    - Default database assign (for SQL script) was fixed
  * Data editor: advances paste now respects NULLs for dates and numbers
  * PostgreSQL:
    - $$ strings parser was fixed
    - Domain type arrays support was fixed
  * DB2 (iSeries, z/OS): new connection issue was fixed
  * Oracle: session manager now shows servr-side execution plans (thanks to @SergDzh)
  * MySQL: database backup/restore was fixed
  * Firebird: unique key DDL was fixed
  * Number of fixes and improvements in backup/restore tools
  * Workspace switch: last chosen workspace is now saved between app restarts
  * Dark theme support was improved (toolbars, dark colors customization)
  * Eclipse 4.6 support was fixed
  * Problem with missing toolbar buttons was fixed (Linux)
  * A lot of minor bugfixes

-------------------------------------------------------------------
Mon Dec 23 02:46:05 UTC 2019 - Dead Mozay <dead_mozay@opensuse.org>

- Update to version 6.3.1
  * SQL editor:
    - Active database/schema change now affects current editor only
    - Server-side output now works with huge outputs
    - New command @unset was introduced
    - Table alias generation was fixed (conflicts with SQL keywords were fixed)
    - Query parameters dialog now doesn't appear on scrolling/refresh
    - Code templates now saved in utf-8
  * Data editor:
    - Smart option "Use all columns" for virtual identifier
    - Inline cell editor now uses the same font as in grid
                - Decimal values formatting was fixed
  * Data transfer:
    - Selected rows/columns option support was fixed
    - CSV import was fixed
    - Export to single file was fixed (timestamp pattern)
    - Export from query now works with variables
  * Transaction log/query manager: dark theme support was fixed
  * Dashboards + timeseries + minute interval support was fixed
  * SSH with private key + password support was fixed
  * Extra locales (pt and ru) support was added in bundled JDK
  * SAP HANA: GIS/spatial data type viewer support was added (thanks to @stefanuhrig)
  * Presto: metadata reading was improved (dummy errors suppressed)
  * AWS Athena: URL template now respected in new connections
  * MySQL:
    - Database backup can be saved as task now
    - Events editor (DDL) was fixed
  * PostgreSQL:
    - Connection dialog was improved (new tab was added)
    - $$ and $tag$ parser was improved (new config options were added)
    - JSON and struct data types support was fixed
  * DB2: table truncate command was fixed
  * Oracle: new function DDL was fixed
  * Snap repository dbeaver-ce is now official. We will update it on every version release
  * A lot of minor bugs were fixed
  * Merry Christmas and Happy New Year!

-------------------------------------------------------------------
Tue Dec 17 12:29:22 UTC 2019 - Dead Mozay <dead-mozay@opensuse.org>

- dbeaver.ini no longer replaced when upgrading 

-------------------------------------------------------------------
Mon Dec  2 01:19:16 UTC 2019 - Dead Mozay <dead-mozay@opensuse.org>

- Update to version 6.3.0 
  * SSH Agent support was added (pageant and ssh-agent)
  * Disconnect project/folder/all actions were reworked
  * Problem with connection properties save was fixed
  * Connection properties dialogs UI was improved (test connection, password save, pref page search)
  * Task management UI was improved (task create/save actions in data transfer wizard)
  * ER diagrams: dummy errors are now suppressed (now they present in log file only)
  * Legacy Eclipse plugins installation support was added (with hold update site format)
  * Dark theme support was significantly improved
  * Auto-commit mode behavior change:
  * Toolbar toggle now affects current connection only
  * Mode change affects active DBeaver session only
  * Data export:
  * Export from SQL script now supports commands (@set and others)
  * Saved settings loading was fixed
  * XLSX exporter now respects export configuration
  * Data editor:
  * Fetch size can be changed before query execute
  * Spatial viewer now supports different pluggable tiles (mapbox, osm, etc)
  * Wrong date/time format now treated as error
  * SQL Editor: editor layout now saved between DBeaver sessions
  * Object editor (tables, views, etc) now checks for object name duplicates
  * Oracle: now we use full type name presentation by default
  * PostgreSQL: support of extra type aliases and array data types was added
  * CockroachDB: native CDB data types were added
  * Impala: active schema change support was added
  * A lot of minor UI/DB-specific bug fixes

-------------------------------------------------------------------
Mon Nov 18 04:00:56 UTC 2019 - Dead Mozay <dead-mozay@opensuse.org>

- Update to version 6.2.5
  * Problem with context menu was fixed (on Linux)
  * Problem with mixed global/connection settings was fixed
  * SSH: "jump" server support was added (thanks to bsv798)
  * Data editor:
  * Vertical and horizontal scroll position is now saved between data refresh/filter
  * Smooth scroll mode is now the default mode (and configurable)
  * Large json loading performance was improved
  * Ordering by unnamed columns was fixed
  * Grouping panel refresh was fixed
  * Data export/copy as: use the same connection by default
  * Object editor: property change and object rename was fixed (right order of DDL queries)
  * SQL editor: CASE/WHEN formatting was fixed
  * Oracle: data type editor UI was fixed
  * MySQL: events DDL was fixed (interval)
  * PostgreSQL: array-based domain data types handle was fixed
  * SQL Server: synonyms search was added
  * HANA: table column create was fixed
  * Greenplum 6+: table DDL (distribution) was fixed
  * Full-text search dialog render was fixed
  * Application startup speed was improved
  * Several rendering glitches on HighDPI screens were fixed
  * Many other minor UI fixes

-------------------------------------------------------------------
Thu Nov 14 10:30:43 UTC 2019 - Dead Mozay <dead_mozay@opensuse.org>

- Initial package 
openSUSE Build Service is sponsored by