The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.00 - 2009-07-11

  • IMPROVEMENTS
    • rewrite/cleanup: the module now only supports a list of DSN provided in the ~/.test-database configuration file
    • the only two modules lefts for now are Test::Database and Test::Database::Handle
  • TODO
    • future versions will appear shortly and bring back some of the features that appeared in 0.99 and later

Changes for version 0.99_03 - 2009-04-06

  • DRIVERS
    • new driver for DBD::Pg

Changes for version 0.99_02 - 2009-04-06

  • IMPROVEMENTS
    • try to connect to non file-based databases to ensure we can, before adding a driver to our collection
    • cleanup() will only clean loaded drivers

Changes for version 0.99_01 - 2009-04-01

  • FIXES
    • Do not die when automatically trying to load a non-existent ~/.test-database file
  • DOCUMENTATION
    • add some documentation about REQUESTS
  • TESTS
    • add tests for save_driver() and load_drivers()
    • increase test coverage to over 95%

Modules

Database handles ready for testing
A class for Test::Database handles