This file documents the revision history for Perl extension DBIx::Migration.

0.09 Wed Jan 29 09:09:14 CET 2025
        - Consider CPAN testers feedback: fix Test::PostgreSQL::new()
          exception handling in unit test script
        - Configure and use perltidy
        - Update prerequisite setup

0.08  Mon Jan 27 07:26:05 CET 2025
        - Fix insufficient _connect() error reporting [RT #158385]
        - Correct for PSQL whitespace issue in CHAR columns
          [Github #2], [RT #107220]
        - Add support for accepting a dbh [Github #1]
        - Rename testing context following Oslo consensus

0.07  2010-10-22
        - Added DBD::SQLite dependency

0.06  Tue Oct 19 09:27:56 PDT 2010
	- Fix [RT #35393]

0.05  2006-06-06 12:44:12 PDT 2006
	- Fixed to work on Win32 (remove glob calls)
	- Use 'name' instead of 'key' for the dbix_migration table, as 'key'
	  is a reserved word in many/most databases.

0.04  2005-11-18 00:00:00
        - Fixed multi-digit revisions (David Christensen)
        - Added sql comment support

0.03  2005-10-26 00:00:00
        - Fixed the multiple sql statement bug

0.02  2005-10-24 01:00:00
        - Default to newest version

0.01  2005-10-24 00:00:00
        - First release