Backout sybase changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship /
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-24 Brandon L. Black Added use strict / use warnings everywhere it was missing
2006-03-22 Matt S Trout Nuked ancient and unused classdata entry
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-21 Jess Robinson documenting!
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-09 David Kamholz more assorted kleenoops
2006-03-08 David Kamholz cleanup ResultSource a bit, plus a couple trivial cleanups
2006-03-01 David Kamholz cleanup related_resultset in Relationship::Base
2006-02-24 Nigel Metheringham Reverted previous unitentional change to Accessor.pm
2006-02-24 Nigel Metheringham Minor documentation fix for find. Removed some EOL...
2006-02-19 Matt S Trout PK::Auto tweak
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-18 Will Hawes maintain cache + reset cursor for search() without...
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-14 Matt S Trout Improvements to copy() and set_from_related() code
2006-02-06 Matt S Trout Fix up delete code after previous commit
2006-02-06 Matt S Trout Fixes to deep search and search_related
2006-02-03 David Kamholz changes in 0.05 dist that mst forgot to commit
2006-01-31 David Kamholz re-fix many_to_many and add tests
2006-01-31 David Kamholz let many_to_many rels have attrs
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-27 Matt S Trout limit_dialect accessor for DBIC::Abstract
2006-01-27 Matt S Trout Re-fixed HasOne (how tf did we lose that ...)
2006-01-26 David Kamholz - fix recent belongs_to changes
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Matt S Trout Merge 'DBIx-Class-resultset' into 'trunk'
2006-01-24 Brandon L. Black merging 564:565 from resultset branch to trunk for...
2006-01-24 Brandon L. Black use filter accessor on single-column explicit join...
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-14 Matt S Trout resolve_join moved to ResultSource
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2006-01-08 Matt S Trout create now on resultset as well
2006-01-08 Matt S Trout find_related now does search_related->find
2006-01-02 Matt S Trout And the extra main classes
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
2005-12-11 David Kamholz rewrite belongs_to again, so $cond is foreign key in...
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-11 David Kamholz merge resultset branch through revision 371
2005-12-10 David Kamholz fixed up relationship docs
2005-12-10 David Kamholz item => head2 in docs
2005-12-10 David Kamholz - updated manifest and manifest.skip
2005-12-10 Jess Robinson Check for primary key existance
2005-12-09 Matt S Trout Merged patched from andyg to throw useful errors during...
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-07 Paul Makepeace Remove the dubious primary keys check. Not clear it...
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...