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 Rose-DBx-Garden

0.01    25 Oct 2007
        First version, released on an unsuspecting world.

0.02    9 Nov 2007
        * added RHTMLO to the prereq list
        * if base_code == 0, no base RDBO class is written
        * added _*_field_maker methods
        * some debugging help
        * changed default column_to_field map:
            - added boolean
            - changed 'timestamp' to map to 'datetime'
        * added text_field_size()
        * make the garden_*_field() methods public.

0.03    9 Nov 2007
        * added Rose::HTMLx::Form::Field::Boolean to req list

0.04    12 Nov 2007
        * add missing Metadata subclass for schema support
        * add missing init_db() to base class template, with detection
          for the new_or_cached() method.
        * clean up test files after tests

0.05    19 Nov 2007
        * custom object_from_form() and init_with_object() methods per
          recommended convention.
        * plant() now returns hash ref (RDBO => RHTMLO) instead of array ref
        * 'class' attribute set on each field to original column type value.
        * add garden_prefix() accessor in generated classes

0.06    23 Nov 2007
        * fix schema() use in Metadata where find_schemas() is false.
        * use database name as pseudo schema when find_schemas() is false.

0.07    10 Dec 2007
        * change find_schemas() default to 0, since only majority of common dbs do not
          yet support schemas.
        * added debug() flag

0.08    11 Dec 2007
        * fix bug when there are FKs spanning schemas. Now all classes are created
          before any .pm files are written.

0.09    12 Dec 2007
        * change t/01 test to reflect correct rdbo version. Caught by xeeble3.

0.10    08 Jan 2007
        * added mysql test - no code changes

0.11    01 Feb 2008
        * tweeked size check for column=>field code generation
        * added numeric field generator method
        * fix bug with textarea not being correctly generated
        * add mysql test to MANIFEST