The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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

0.05    26 Aug 2008
        * change 'use base' to 'use parent' to reduce dependencies

0.06    5 Sept 2008
        * fix column_is_boolean() to detect if has_column() first

0.07    10 Sept 2008
        * fix case in m2m detection where a class is mapped to itself

0.08    17 Nov 2008
        * add unique_value() method similar to Rose::DBx::Object::MoreHelpers

0.09    13 May 2010
        * fix primary_key_uri_escaped per Rose::DBx::Object::MoreHelpers 0.07.

0.10    31 July 2012
        * add missing deps in Makefile.PL