[Dbix-class] DBIx::Class::Schema::Loader 0.01004 released

Brandon Black blblack at gmail.com
Tue Feb 7 05:20:32 CET 2006


0.01004 is out now, as I continue this "rapid release of tiny changes"
fixing-up cycle:

http://pause.perl.org/incoming/DBIx-Class-Schema-Loader-0.01004.tar.gz

Changes this release:

0.01004 Tue Feb  7 03:58:01 UTC 2006
        - No longer tries to parse out the table name from the dsn for mysql,
          was unnecessary vestigial code from previous method.

This was breaking people who define their mysql dsns as
"dbi:mysql:dbname:hostname", which, while not a documented legal
syntax in the DBD::mysql manual, is apparently both supported and in
common use.

(Virtually the same change will be in DBIx::Class::Loader 0.19 when
that goes out the door)

-- Brandon



More information about the Dbix-class mailing list