Revisions of dbeaver

Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 149)
- Update to 24.2.4
  * SQL Editor:
    - A warning is now shown instead of an error when a DROP TABLE statement contains IF EXISTS and the table does not exist
    - Fixed script execution on disconnected state
    - New autocomplete engine now expands the * symbol in SELECT statements when using "Ctrl + Space"
    - New autocomplete no longer suggests query-start keywords in the middle of queries
    - Metadata requests are no longer sent while typing a query when "Auto-activate on typing" is enabled
  * Data Editor:
    - exception on disconnection was fixed
  * Navigator:
    - Added the ability to refresh the database connection
    - Filters were fixed
  * Data Transfer:
    - Added the ability to export JSON values as embedded JSON
  * Connectivity:
    - Presentation of driver download errors has been improved for better clarity and user experience
    - Finding class in the Driver manager was fixed
  * Miscellaneous:
    - the Export Window now advances properly when pressing the Enter key
  * Databases:
    - Altibase: Module Memory Usage was added to the system information folder in the navigator tree
    - ClickHouse: Array syntax highlighting has been improved
    - CUBRID: "Use SQL to limit fetch size" was set to true
    - Fixed an exception that occurred when creating a column without specifying a data type
    - Ingres: driver download was fixed
    - Redshift: access to external databases was fixed
  * Localization:
    - Brazilian Portuguese localization was enhanced
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 148)
- Update to 24.2.3
  * SQL Editor:
    - "Show values setting" in the autocompletion section is disabled by default due to performance issues
    - Added highlighting and validation of synonyms
    - Semantic error style was changed
    - Fixed issues with highlighting that occurred when saving the script
  * Metadata:
    - Fixed and exception that appeared on right click on table properties
  * Connectivity:
    - Fixed an issue where script execution would not stop when disconnected
    - Added an ability to export driver files from the "Edit driver" dialog
    - Fixed user name display in SSH profile
  * Miscellaneous:
    - Added additional Java configuration file independent of the product version update
    - Added the ability to disable Windows Defender at startup, which speeds up application loading
    - Some SWT errors were fixed
    - Darkest Dark theme installation was fixed
    - Added the ability to work with OS usernames containing special characters
    - Git extension installation was fixed
    - Eclipse license text was updated
    - Fixed exception that appeared when loading procedure
  * Databases:
    - BigQuery: Array and JSON display was improved
    - Db2 z/OS: Fixed broken configuration for generic drivers
    - DuckDB: BLOB display was fixed
    - MySQL: Added support for table name in backticks for SQL Editor
    - PostgreSQL: Permission editor was fixed
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 147)
- Update to 24.2.2
  * SQL Editor:
    - ‘Cmd+Enter’ shortcut was added in addition to ‘Ctrl+Enter’ on
      macOS due to the conflict with new system hot keys in Sequoia
    - Fixed an error in multiple tab mode execution when the new execution results replaced old ones
    - The amount of problems being displayed per script query was limited
    - Complicated table qualifiers (database.catalog.schema.user) are now supported
    - Fixed incorrect highlighting after the database disconnect
    - Query execution time is now displayed in seconds/minutes
    - Added an ability to select the text between brackets using ‘Ctrl+Shift+]’ hot key
    - Background Tasks view now shows progress of autocompletion engine 
  * Data Editor:
    - Presentation and editing of struct and array data types was significantly improved
    - DBeaver can now correctly display negative dates in MySQL databases 
  * Data Transfer: changed icons for collapsed sections to improve the interface readability
  * Connectivity: fixed error handling when a user loads a driver and has an error with certificates
  * Navigator:
    - Table filters in Simple view were fixed
    - Disabled the ability to delete the currently active project 
  * Miscellaneous:
    - Incorrect sorting in Execution log was fixed
    - Issue with not working boolean setting editor was fixed 
  * Databases:
    - Altibase: added display of the list of tables and indexes within a tablespace (thanks to @zennken)
    - CUBRID:
      - Added the ability to create, edit, and drop Server via UI (thanks to @longhaseng52)
      - Added an ability to create, update, and delete users. (thanks to @rathana-pvs) 
    - Oracle:
      - Added highlighting and validation of public synonyms
      - Table autocompletion was fixed
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 146)
- Update to 24.2.1
  * SQL Editor:
    - Smart syntax highlighting was significantly improved
    - Pseudo columns highlighting was improved
    - Table aliases were fixed in smart completion
    - Issue with pinned tabs was resolved
    - Syntax highlighting fixed for single quoted strings
    - SQL console save was redesigned (it now asks for confirmation) 
  * Data editor:
    - Commit/rollback buttons now enabled only when transactions are applicable
    - Column description rendering was improved for dark theme 
  * Database navigator: horizontal scrolling was fixed, now action icons are always visible
  * Object editor: bottom toolbar layout was unified for all tabs
  * Data transfer:
    - CSV parameters documentation was added
    - Database backup/restore dialog layout ws fixed 
  * General:
    - Snapcraft image now includes additional fonts
    - Embedded browser support was added for Linux/GTK
    - App command line parameters logging was was disabled because of security concerns
    - Issue with splash screen and error message overlapping was resolved
    - Resource leak detection logging was added by default
    - We migrated to Eclipse 2024-09 platform 
  * Databases:
    - Altibase: database replication metadata was supported
    - Azure SQL: “show all databases” option was removed
    - CUBRID:
      - Index drop command generation wad fixed
      - Procedure create dialog was added
      - List of reserved keywords was updated
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 145)
- Update to 24.2.0
            - SQL Editor:
                - Fixed highlighting of block $$ for functions and procedures when the semantic analysis option is enabled
                - Warning and errors handling and presentation was improved
                - Subquery semantic analysis was enhanced
                - Improved CREATE and DROP queries handling
                - Autocompletion for fully qualified names was fixed
                - Duplication of proposals with new completion engine enabled was fixed
                - Incorrect suggestions with new completion engine enabled were fixed
            - AI Assistant:
                - Added new model 'gpt-4o-mini'
                - Removed deprecated model 'gpt-3.5-turbo-16K'
                - Fixed query generation when enabled formatting
            - Data Editor:
                - Some datatypes icons were changed
                - Fixed filtering on columns with spaces
                - Added an ability to render geometry shapes in their assigned color if a 'color' column is present in the result set
                - Improved handling of fully qualified names in Grouping panel according to SQL dialect
                - Local links opening was restricted
            - Datatransfer: Data transfer windows width was fixed
            - Connectivity: Fixed verification of the 127.0.01 host when connecting via SSH
            - General:
                - Fixed flipping splash screen on macOS Sequoia
                - Foreign Data wrappers configurator was fixed
                - 'Open auth links in embedded browser' setting was disabled by default
                - Search in Preferences was improved: added keywords for reopen, open, Hippie, autosave, and others
                - Fixed selection of wrong database when changing connection for database with similar names
                - Folder display in Simple view was fixed
                - Numeric (DWORD) type parameters in Windows Registry are now supported
                - 'Ctrl+Alt+Left / Right' hotkeys for 'Previous Edit Location' and 'Next Edit Location' were fixed
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 144)
- Update to 24.1.5
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 143)
- Update to 24.1.4
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 142)
- Update to 24.1.3
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 141)
- Update to 24.1.2
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 140)
- Update to 24.1.1
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 139)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 138)
- Add required libgthread-2_0-0.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 136)
- Update to 24.1.1
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 135)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 134)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 133)
- Update tto 24.1.0
  Only run under Tumbleweed or Leap >= 15.6
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 132)
- Use source without jdk.
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 131)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 130)
Displaying revisions 1 - 20 of 149
openSUSE Build Service is sponsored by