Skip to content

Releases: OmniDB/OmniDB

OmniDB 2.2.0

26 Dec 12:34
Compare
Choose a tag to compare
  • Support to Postgres-XL
  • Support to pglogical
  • Visualization of Explain Plan
  • Visualization of query notices
  • Support to exclude constraints
  • Support to triggers for views
  • Bug fixes

OmniDB 2.1.0

26 Dec 12:33
Compare
Choose a tag to compare
  • Support to PostgreSQL 10 logical replication
  • Support to Postgres-BDR
  • Support to Materialized Views
  • Simplified query modes
  • Support to HTTPS in OmniDB-Server
  • Bug fixes

OmniDB 2.0 alpha 2 (2.0.1)

20 Jul 19:04
Compare
Choose a tag to compare
Pre-release

Legal

  • License changed from GPL to MIT.

Testing

  • Generic unit tests
  • Security tests (unauthorized users can’t execute webmethods)
  • PostgreSQL unit tests for versions 9.2 to 10
  • Automated browser usage tests with Selenium - WIP

Logging

  • Every exception
  • Every query with all details
  • All actions - WIP, currently only basic actions like login, logout, start WS server

Backend

  • Improved the way OmniDB handles WS connection loss
  • Cancel backend when cancelling query
  • Performance: now WS reply to the interface before logging and adding into history
  • Security: passwords are not stored anymore. OmniDB will prompt for password and ask everytime the user doesn’t interact with the database for a period of time.

Frontend

  • Additional details in query history
  • Deal with semicolon at the end of the query
  • Add start time when executing query
  • Layout more responsive, aware of browser resizing
  • Added shortcuts to navigate through tabs, insert and remove tabs

OmniDB 2.0 alpha 1

06 Jul 15:13
Compare
Choose a tag to compare
OmniDB 2.0 alpha 1 Pre-release
Pre-release
  • Initial version translated to Django / Python;
  • Support to HTTPS;
  • Parallel query execution and cancellation;
  • New snippet feature;
  • Only an improved support to PostgreSQL is implemented. More RDBMS coming soon;
  • No conversion feature yet.

EuroPython_2017_Preview

10 Jul 14:10
Compare
Choose a tag to compare
Pre-release
Merge branch 'master' of github.com:OmniDB/OmniDB

OmniDB 1.6.5

27 Jan 13:31
Compare
Choose a tag to compare
  • Downgraded Npgsql from 3 to 2, in order to OmniDB work with PostgreSQL when OmniDB is hosted on Windows (.NET 4.5).
  • Reorganized Spartacus.Database.Type to support OmniConversion types.

OmniDB 1.6.4

23 Jan 11:34
Compare
Choose a tag to compare
  • MariaDB and MySQL duplicates columns on index, PK and FK column lists. Added a distinct.
  • Updated UCanAccess to 4.0, and enabled DDL for MS Access. Still being tested.

OmniDB 1.6.3

03 Jan 22:29
Compare
Choose a tag to compare

Bug fix:

  • Support to some cases where MariaDB and MySQL duplicates columns in metadata.

OmniDB-1.6.2

10 Dec 12:08
Compare
Choose a tag to compare

Bug fix:

  • Fixed exception thrown when trying to connect to PostgreSQL databases

OmniDB-1.6.1

28 Nov 16:03
Compare
Choose a tag to compare
  • Bug fixes
    • Loss of connection with MySQL databases
    • Function and procedure removal through the interface