The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension ObjectDB

3.09 2014-02-19T13:37:27Z

    [FEATURES]
    - load and find with columns
    - require latest SQL::Composer

    [FIXES]
    - skip auto discovery test when DBIx::Inspector not available

3.08 2014-02-14T14:33:18Z

    [FEATURES]
    - auto discovery
    - each iterator
    - find_by_sql method
    - generate columns and related methods
    - it is possible to preload one to many relationships

    [FIXES]
    - fix related context
    - fix inc in tests
    - fix empty relationships
    - reorganize and improve related tests
    - reorganize and improve related tests
    - fix loading many to many as related
    - better row merging when rows are sorted
    - make sure to_hash works on one to many
    - testing loading one to many

3.07 2014-01-17T12:59:51Z

    - require latest version of SQL::Composer

3.06 2014-01-15T21:00:04Z

    - correct initialization of related objects
    - use Hash::Merge and remove lots of duplication
    - small many to many improvements

3.05 2014-01-15T15:56:27Z

    - simplify related objects creation
    - merge where clause in many to many

3.04 2014-01-13T12:26:00Z

    - set is_in_db flag when returning found objects

3.03 2013-12-20T08:21:33Z

    - require dbh for pool testing

3.02 2013-12-17T13:10:58Z

    - do not run tests that require specific database driver

3.01 2013-12-15T08:09:16Z

    - fix dependencies

3.00 2013-12-14T19:51:25Z

    - original version