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

Changes for version 3.08 - 2014-02-14

  • 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

Modules

usable ORM
meta object
actions on tables

Provides

in lib/ObjectDB/DBHPool.pm
in lib/ObjectDB/DBHPool/Connection.pm
in lib/ObjectDB/Exception.pm
in lib/ObjectDB/Factory.pm
in lib/ObjectDB/Meta/Relationship.pm
in lib/ObjectDB/Meta/Relationship/ManyToMany.pm
in lib/ObjectDB/Meta/Relationship/ManyToOne.pm
in lib/ObjectDB/Meta/Relationship/OneToMany.pm
in lib/ObjectDB/Meta/Relationship/OneToOne.pm
in lib/ObjectDB/Meta/RelationshipFactory.pm
in lib/ObjectDB/Quoter.pm
in lib/ObjectDB/Related.pm
in lib/ObjectDB/Related/ManyToMany.pm
in lib/ObjectDB/Related/ManyToOne.pm
in lib/ObjectDB/Related/OneToMany.pm
in lib/ObjectDB/Related/OneToOne.pm
in lib/ObjectDB/RelatedFactory.pm
in lib/ObjectDB/Table.pm
in lib/ObjectDB/Util.pm
in lib/ObjectDB/With.pm