This file documents the revision history for Perl extension DBIx::Migration.
0.16 Fri Feb 21 13:07:18 CET 2025
- Fix documentation
- Properly handle broken dsn
- Use Path::Tiny
0.15 Wed Feb 19 16:54:12 CET 2025
- Remove "passthrough" style of Makefile.PL
- Fix Log::Any minimum version requirement
0.14 Wed Feb 19 08:33:58 CET 2025
- Make Moo constructor strict
- Introduce tracking_schema and tracking_table attributes
- Remove debug attribute and implement proper logging instead
- Append newline to version output of dbix-migration script
- Fix improper exit status value of dbix-migration script
0.13 Mon Feb 17 17:37:24 CET 2025
- Use EXECUTE PROCEDURE instead of EXECUTE FUNCTION in PostgreSQL
related trigger test to make CPAN testers happy
- Fix version information
- Its time to use the Moo object system
- Make objects immutable
0.12 Fri Feb 14 10:34:02 CET 2025
- Improve internal Test::PgTAP test functions
- Use SERIAL instead of GENERATED AS IDENTITY in PostgreSQL related
trigger test to make CPAN testers happy
- Introduce CLI sub module to be able to test dbix-migration script
0.11 Fri Feb 7 17:12:55 CET 2025
- Change the object system
- Fix removal of SQL comments
- Add dbix_migration_delimiter annotation
0.10 Fri Feb 7 10:11:04 CET 2025
- Add API test
- Describe tests
- Use bind parameters consistently
- Don't use bareword directory handles
- Fix to version 0 migrate
- Use database transactions
- Update documentation
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 latest version
0.01 2005-10-24 00:00:00
- First release