The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.01 (03.09.2005) - John Siracusa <siracusa@mindspring.com>

    * Initial release.

0.011 (03.09.2005) - John Siracusa <siracusa@mindspring.com>

    * Well that was quick.  Fixed copy and paste error that caused
      a failure to load using an aliased unique key column.  Deleted
      version 0.10.

0.012 (03.10.2005) - John Siracusa <siracusa@mindspring.com>

    * Add tests for aliased unique key fix and primary key aliasing.
      Documented constraints on column aliasing.  Fixed version
      numbers in this file.  Deleted version 0.011.

0.013 (03.11.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed bug in Rose::DB::Object::Std::Metadata that caused the
      number of primary key columns to appear to be zero.

0.02 (03.17.2005) - John Siracusa <siracusa@mindspring.com>

    * Added support for nested boolean logic in queries.

0.021 (03.17.2005) - John Siracusa <siracusa@mindspring.com>

    * Added documentation for the "pretty" parameter to build_select()
    * Added support for column value inlining in build_select()

0.022 (03.18.2005) - John Siracusa <siracusa@mindspring.com>

    * Fixed POD error that was throwing off search.cpan.org.

0.023 (03.25.2005) - John Siracusa <siracusa@mindspring.com>

    * Added prepare_*_options (undocumented for now).

0.03 (03.27.2005) - John Siracusa <siracusa@mindspring.com>

    * Added error_mode methods.

0.031 (03.27.2005) - John Siracusa <siracusa@mindspring.com>

    * Corrected typos and errors in the documentation.

0.04 (04.01.2005) - John Siracusa <siracusa@mindspring.com>

    * Refactored column value parsing.  No, really.

0.041 (04.22.2005) - John Siracusa <siracusa@mindspring.com>

    * Corrected typo in DatetimeYearToSecond column class.
      (Still need to add tests for those column types...)
    * Added skip_first parameter to get_object_iterator().
    * Added fix to avoid trying to format or truncate undefined 
      dates in datetime columns.