Skip to content

Pre-Release V3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrjgreen mrjgreen released this 07 Sep 09:34
· 80 commits to v3 since this release

Its still in development, but has major advantages over the old version.

  • Works on compound primary keys
  • Works where primary key columns are not integers
  • Binary search for inconsistencies
  • Fixed MD5 - hash generation bug
  • Allows deletion of data from target table no longer in source
  • Better tests
  • All identifiers quoted correctly

Missing Features:

  • Command only allows syncing of a single table, not whole database (additional command will be added to do whole database)
  • Cannot choose to only compare certain columns - all synced columns will be compared (additional option to ignore columns, e.g. long text fields, where doing comparison)