Skip to content

OmniDB 2.12.0

Compare
Choose a tag to compare
@wind39 wind39 released this 23 Oct 14:15
· 2507 commits to master since this release
  • New features:
    • New modern look & feel on the entire web interface, components and icons
    • PostgreSQL: User now can enable/disable autocommit
    • PostgreSQL: Status of the backend is shown to the user
    • PostgreSQL: If autocommit is disabled or user starts a transaction, user can either COMMIT or ROLLBACK
    • PostgreSQL: New full-featured autocomplete component for PostgreSQL
    • PostgreSQL: Support to HASH partitions (SQL templates, treeview, properties and DDL)
    • New User options to set CSV encoding and delimiter
  • Improvements:
    • PostgreSQL: OmniDB now uses PostgreSQL server-side cursors whenever possible to always keep low OmniDB memory usage
    • PostgreSQL: Improved SELECT template for views and materialized views
    • Save title of Query Tabs
    • OmniDB debugger: Different RPM for CentOS 6 and 7
    • OmniDB plugin API: Adapted to new OmniDB look & feel
    • OmniDB plugin API: Support to pglogical, Postgres-BDR 1.0 and Postgres-XL removed from core and are now separated open source plugins
  • Bug fixes:
    • Fixed: PostgreSQL: High memory usage when returning very large dataset (using server-side cursors)
    • Fixed: Oracle/MySQL/MariaDB: QueryBlock not displaying first row of every block
    • Fixed: Click on removed node on the treeview: "Can only transpose a table with a single row"
    • Fixed: Export to XLSX does not respect locale
    • Fixed: Editor loses focus after Alt-Tab