I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship /
2005-11-03 Matt S Trout POD fixes
2005-11-03 Paul Makepeace * made HasOne::has_one and HasMany::has_many look more...
2005-11-02 Matt S Trout Changed use to require in Relationship/Base to avoid...
2005-11-01 David Kamholz pass through $attrs to add_relationship when $cond...
2005-10-16 David Kamholz add eval "require $f_class" to HasOne.pm -- otherwise...
2005-09-30 Matt S Trout Version bumped to 0.03002, assorted minor changes
2005-09-23 Matt S Trout More fixes to HasA/BelongsTo courtesy of abraxxa
2005-09-23 Matt S Trout Tweaks to $obj->update and relationship helpers
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods
2005-09-17 Matt S Trout Yeah, committing the new tests would help ...
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-02 Matt S Trout More refactoring and tweaking, might_have support added
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...