[Dbix-class] Announcement: DBIx::Class 0.06999_03
David Kamholz
davekam at pobox.com
Mon Jun 26 21:21:56 CEST 2006
Greetings,
DBIx::Class 0.06999_03, the third development release on the way to
0.07, has just been pushed to CPAN. It is intended to be release
candidate quality, but there may be another release if further issues
arise. Until it is indexed, you can retrieve it here:
http://pause.cpan.org/incoming/DBIx-Class-0.06999_03.tar.gz
This release is mainly bug fixes -- in particular, it should now pass
tests in ActiveState perl -- but there are also some new features in
the inflate and many_to_many implementation. Full details:
0.06999_03 2006-06-26 21:04:44
- various documentation improvements
- fixes to pass test suite on Windows
- rewrote and cleaned up SQL::Translator tests
- changed relationship helpers to only call
ensure_class_loaded when the
join condition is inferred
- rewrote many_to_many implementation, now provides helpers
for adding
and deleting objects without dealing with the link table
- reworked InflateColumn implementation to lazily deflate where
possible; now handles passing an inflated object to new()
- changed join merging to not create a rel_2 alias when
adding a join
that already exists in a parent resultset
- Storage::DBI::deployment_statements now calls
ensure_connected
if it isn't passed a type
- fixed Componentized::ensure_class_loaded
- InflateColumn::DateTime supports date as well as datetime
- split Storage::DBI::MSSQL into MSSQL and Sybase::MSSQL
- fixed wrong debugging hook call in Storage::DBI
- set connect_info properly before setting any ->sql_maker
things
Regards,
Dave
More information about the Dbix-class
mailing list