Skip to content

OmniDB 2.13.0

Compare
Choose a tag to compare
@wind39 wind39 released this 20 Dec 12:07
· 2460 commits to master since this release
df29df2
  • New features:
    • Connection Groups: allow users to, for example, easily distinct Production and Test database servers
    • User and connection management via omnidb-config CLI utility, which helps with automated deploying
  • Improvements:
    • Advanced Object Search now considers view and materialized view definition
    • Show trigger function when expanding the trigger node in the tree view
    • PostgreSQL: Improved \h command, which provides syntax help on SQL commands
    • Linux: OmniDB systemd service now uses configuration file in /etc/omnidb.conf
    • Converted all OmniDB users passwords into hashes in the OmniDB user database, improving security
    • OmniDB upgrade procedure now takes a backup of the user database (file omnidb.db)
    • Autocommit is now always enabled on Oracle/MySQL/MariaDB
    • User won't need to execute query again after password expiration / re-validation
    • OmniDB debugger plugin for PostgreSQL 11 for FreeBSD
  • Bug fixes:
    • Fixed: Click index with WHERE clause: "Can only transpose a table with a single row"
    • Fixed: Export to XLSX/CSV does not consider all rows
    • Fixed: Error closing error window
    • Fixed: Monitoring Dashboard: Column widths are not adjusted when the monitoring tab doesn't have focus
    • Fixed: User Mapping is not being shown in the tree if there are no options
    • Fixed: Foreign Table DDL not being shown correctly if there are no options
    • Fixed: DDL for functions and procedures do not show a necessary comma after function body