Revision history for DBIx-Class-RDBOHelpers
0.01 23 Aug 2008
First version, released on an unsuspecting world.
0.02 24 Aug 2008
* add {m2m}->{class} value to identify the class
that owns the m2m relationship.
0.03 24 Aug 2008
* fix map_from/map_to and add class_column/foreign_column
to relationship_info() for m2m
0.04 25 Aug 2008
* oops. *_column was being assigned backwards in m2m.
added map_to_column and map_from_column as well.
* add new method column_is_boolean() to match RDBO::MoreHelpers