Changes for version 0.17 - 2008-12-24
- In previous release, a has_many method returned the same iterator each time it was called, which could cause confusing bugs. Now each call returns a new iterator. However, if the has_many relationship is cached, the new iterator will share a cache with any previously made iterator, preventing unnecessary trips to the DBMS.
Documentation
Fey::ORM Manual Index
Introduction to Fey::ORM
Modules
A hash where the keys are sets of Fey::Column objects
an attribute metaclass for SELECT-based attributes
A metaclass for schema classes
A metaclass for table classes
A parent for foreign key-based metaclasses
A parent for has-many metaclasses
A parent for has-one metaclasses based on a Fey::FK object
A parent for has-one metaclasses based on a Fey::SQL::Select object
A parent for has-one metaclasses
A parent for has-one metaclasses based on a Fey::FK object
A parent for has-one metaclasses based on a Fey::SQL::Select object
A Fey-based ORM
Defines exceptions used for Fey::ORM
Provides sugar for schema-based classes
Provides sugar for table-based classes
Wraps a DBI statement handle to construct objects from the results
A caching subclass of Fey::Object::Iterator
Base class for schema-based objects
Base class for table-based objects
Provides
in lib/Fey/Meta/Method/Constructor.pm