transfer-db NEWS - history of user-visible changes
==================================================
transfer-db-0.3.1.1
-------------------
Release date: 2018-03-15
Just a minor release, updating the dependencies on console-program package
so transfer-db could be built with cabal.
Changes:
* update console-program dependencies
* added NEWS file to keep the history of user visible changes
transfer-db-0.3.1.0
-------------------
Release date: 2018-03-10
Changes:
* update stack configuration to simplify the build requirements
* add correctivePlan command to generate plans to make corrections to an execution
* add count and drop options to run command (for running plans)
* multithreading parallel proessing of batches
* add dump and restore commands
* a new database agnostic dump library, based on ODBC
transfer-db-0.3.0.0
-------------------
Release date: 2017-10-27
Changes:
* add plan generation functionlity
* modified command line interface to accept commands (run, help)
transfer-db-0.2.0.0
-------------------
Relese date: 2017-09-19
Run the database transfer according to a transfer plan.
Changes:
* read transfer batch from a transfer plan with options to control
which tables and which data in the tables should be transferred
* commit on every transferred table, so a batch could be restarted
transfer-db-0.1.0.0
-------------------
Release date: 2017-09-15
First stable release of transfer-db application and library. It transfers all
the table in the database schema with no options to control what to be trnasferred.