[Dbix-class] new DBIx::Class::Schema::Loader releases

Brandon Black blblack at gmail.com
Tue May 22 14:40:59 GMT 2007


0.03012 was released today with a few bugfixes, here's the Changes:

0.03012 Tue May 22, 2007
        - Relationship names for multiple multi-col rels between
          the same table fixed by ilmari
        - Fix from Marc Espie for CREATE TABLE 'foo' for SQLite
        - skip ^sqlite_ tables in SQLite (thanks chromatic)

0.03999_02 was also released today, the only change since the last dev
release is the move to Module::Install, but I'm including both Changes
lists so people are aware of what's going on with the dev release.
Assuming nobody yells at me about regressing anything unintentionally,
this release is going to become 0.04000 in the very near future.
Please test it if you care about Loader compatibility.

0.03999_02 Tue May 22, 2007
        - Converted to Module::Install

0.03999_01 Sat Apr 14 19:57:40 GMT 2007
        - Added *experimental* Oracle support from work done
          by Tsunoda Kazuya some months ago.  Not well tested.
        - Added "rescan" schema (and loader) method, which picks
          up newly created tables at runtime
        - Made dump_to_dir / dump_overwrite much more intelligent
          (they now preserve customizations by default)
        - Added support for DBI's new standard "statistics_info"
          method to gather unique key info (only supported by
          DBD::Pg trunk afaik)
        - columns_info_for imported from DBIx::Class
        - relationships are now on by default, use skip_relationships
          to disable them
        - Removed previously deprecated methods/options
        - Added $VERSION to all packages in this dist

URLs [Apparently Google hosting hates long filenames, so these are
pause links today...]:

http://pause.perl.org/incoming/DBIx-Class-Schema-Loader-0.03012.tar.gz
http://pause.perl.org/incoming/DBIx-Class-Schema-Loader-0.03999_02.tar.gz

-- Brandon



More information about the Dbix-class mailing list