The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for DBIx::Class::Schema::Versioned::Inline

0.020 Wed Sep  3 17:14:11 CEST 2014

    * New SQL::Translator release allows upgrades to work for SQLite and Pg.
      Many thanks to ilmari for assistance in getting patches into SQLT.
    * Start on TODO list in pod.
    * Add Candy component along with tests and required changes.

0.011 Mon Aug  4 14:14:39 CEST 2014

    * ignore versions in Upgrade.pm that do not exist in schema definition
    * better handling of connect_info in upgrade_single_step
    * move sqlt extra handling into upgrade_single_step
    * fix tests for DBIC > 0.08270 (thanks to ribasushi)
    * Pg & SQLite don't like mixed DDL and data changes in since trans
    * fix class has since but missing on renamed PK
    * improved role-based testing

0.010 Wed Jul  9 11:39:27 CEST 2014

    * Upgrade.pm 'after' now implemented with basic tests

0.004 Tue Jul  8 13:16:01 CEST 2014

    * rename_from working for classes (though bugs in SQLT mean that it does
      not work for SQLite and Pg)
    * SKIP failing tests

0.003 Mon Jul  7 19:47:09 CEST 2014

    * Upgrade.pm 'before' now implemented with basic tests

0.002 Thu Jul  3 10:19:43 CEST 2014

    * Add EXLOCK => 0 to File::Temp creation in upgrade-sqlite.t to prevent
      BSD/Mac locking (Slaven Rezić (eserte)) fixes GH#1

0.001 Wed Jul  2 19:08:12 CEST 2014

    * Initial release with missing functionality (Upgrade.pm)