0.0132 2015-01-09
  - BUG for DBD::Pg. When inserting data, column 'data' is not properly escaped als PG_BYTEA (see _build_add_postgres
    in Catmandu::Store::DBI::Bag)
0.0131 2015-01-09
  - Incorrect use of 'state' in function Catmandu::Store::DBI::dbh. Due to this bug, only one dbh
    could be stored. Now also the version in Catmandu::Store::DBI is raised

0.013 2015-01-08
  - Incorrect use of 'state' in function Catmandu::Store::DBI::dbh. Due to this bug, only one dbh
    could be stored.

0.012 2014-10-02
  - Use of function tempfile in test scripts must set the option EXLOCK to '0', to avoid locking problems on BSD.
    This temporary file is used by SQLite, but EXLOCK is set to '1' on some systems.

0.011 2014-10-01
  - Switched to Dist::Milla

0.01 2014-09-26
  - Catmandu-Store-DBI and Catmandu-Importer-DBI merged into one package Catmandu-DBI

Revision history for Catmandu-Importer-DBI

0.03 2014-03-26
  - adding support for accessing the database handle

0.02 2014-02-21
  - deleted internal test

0.01 2014-02-21
  - initial version

Revision history for Catmandu-Store-DBI

0.041  2014-09-25
  - add support for timeout and auto reconnect

0.03  2014-03-07
  - add support for postgres >= 9.1
  - optimized slice implementation
  - mysql auto reconnect

0.02  2013-06-12
  - initial release of Catmandu::Store::DBI as own package