[Dbix-class] DBIx::Class::Loader 0.15 released
Brandon Black
blblack at gmail.com
Thu Jan 26 03:40:16 CET 2006
DBIx::Class::Loader version 0.15 has been released and uploaded to
CPAN. It can be found for the moment at:
http://pause.perl.org/incoming/DBIx-Class-Loader-0.15.tar.gz
0.15 is primarily a bugfix release, although there some minor new
schema functionality for postgres that isn't well-tested yet, and the
fixes for DB2 are rather extensive (it hasn't been working or testing
correctly for a while).
As an aside, DBIx::Class::Schema::Loader 0.01 is coming soon, which
will only support DBIx::Class 0.05 and above, and loads in the newer
Schema style of doing things. DBIx::Class::Loader will continue to
get bugfixes, but significant new features are only going towards the
Schema version. DBIx::Class::Loader will be considered deprecated
once the Schema::Loader is available, but it should continue to
function as well as it does now, even against the newer DBIx::Class
versions for the forseeable future.
If you want to play with the pre-release code, it's in subversion at:
http://dev.catalyst.perl.org/repos/trunk/bast/DBIx-Class-Schema-Loader
Changes entries for this release of DBIx::Class::Loader:
0.15 Thu Jan 26 02:05:30 2006
- tons of DB2-related fixes
- better schema support for postgres
- bugfix to sqlite pk-finding
- test updates/fixes
- fixes for injecting base classes
- mysql quoting detection more reliable
- DBIx::Class dependency bumped to 0.04001
-- Brandon
More information about the Dbix-class
mailing list