Omega Sync Changelog

What's new in Omega Sync 3.10

Mar 25, 2014
  • 64-bit version
  • Implemented metadata caching. It enables you to skip reloading database metadata when loading data synchronization projects.

New in Omega Sync 3.9 (Nov 14, 2013)

  • Added support for PostgreSQL

New in Omega Sync 3.8 (Apr 26, 2013)

  • Significantly improved database metadata analysis time
  • Added database identifying information during metadata analysis
  • Improved table mapping

New in Omega Sync 3.7 (Apr 11, 2013)

  • Fixed a bug where Oracle tables without tablespace were hidden
  • Fixed a bug reading Oracle metadata
  • Fixed a bug reading ODBC data chunks

New in Omega Sync 3.6 (Apr 5, 2013)

  • Improved user interface during sync to make it more obvious what is being synced

New in Omega Sync 3.5 (Jan 10, 2013)

  • Fixed a bug causing Unlimited version being able to select SQL Server only

New in Omega Sync 3.4 (Nov 15, 2012)

  • Fixed foreign key (cascade/restrict/not null/set default/no action) rule propagation

New in Omega Sync 3.3 (Oct 23, 2012)

  • You can now ask Omega Sync to give you intended SQL synchronization statements without actually synchronizing databases by specifying -ls flag without -s flag in command-line mode

New in Omega Sync 3.0 (Oct 23, 2012)

  • GUI overhaul, we now use wizard to create project
  • Rewritten Interbase code, now completely separate from Firebird code
  • Removed full synchronization mode, so we could make optimal user interface for each mode (schema/data)
  • Bugfixes

New in Omega Sync 2.22 (Oct 23, 2012)

  • Added support for SQL Server user-defined table types
  • Added sync between GUID and Oracle RAW datatype
  • Added per column collate
  • Added protection from SQL injection in custom WHERE clause

New in Omega Sync 2.21 (Oct 23, 2012)

  • Fixed nasty bug in console application which caused all tables existing in work and not in reference to be dropped, regardless of project settings

New in Omega Sync 2.20 (Oct 23, 2012)

  • We will now show warning if sync script log file is not valid
  • Added support for date milliseconds for SQL Server
  • Fixed sorting problem when comparing SQL Server with other databases

New in Omega Sync 2.19 (Oct 23, 2012)

  • User's part of WHERE clause is pushed to beginning of complete WHERE clause, so user can optimize it for optimal index utilization
  • Columns that have no default and that are not null can now be added to tables that contain data
  • Global where clause now gets saved even if compare is not performed
  • Fixed bug when reading schema from mysql server < 5.0.xx
  • Fixed bug when adding last mysql column in table