Class-DBI-Frozen-301
view release on metacpan or search on metacpan
- uses UNIVERSAL::require instead of rolling our own
- marked primary_key(), is_column(), add_hook() as deprecated
- changed _ids_to_objects to receieve listref, rather than list
to cope with weird bug in 5.005_03 (thanks to Tatsuhiko Miyagawa)
- warn if column name clashes with built-in method
- third argument to has_many is now optional, defaulting to our
'class-name' (undocumented)
- provide normalised method names if appropriate (i.e. a Film column
will give us methods $obj->Film and $obj->film). This previously
happened inconsistently.
- split most of the column related code to Class::DBI::Columns
- remove dependency on Class::Fields
- reference the new Class::DBI mailing lists
- Give better errors if no database connection set up
(thanks to Simon Cozens)
- A failed create now calls $class->on_failed_create, which by
default dies, but can be made to do whatever you like.
0.89 Mon Jun 24 2002
- allow has_many to not have a relationship
(Thanks to Brian Parker)
( run in 0.654 second using v1.01-cache-2.11-cpan-483215c6ad5 )