Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OmniDB 2.13.0.tar.gz | 2018-12-20 | 13.4 MB | |
OmniDB 2.13.0.zip | 2018-12-20 | 13.9 MB | |
README.md | 2018-12-20 | 1.5 kB | |
Totals: 3 Items | 27.3 MB | 0 |
- 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