projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix bogus reference to related class (introduced way back in 97c96475)
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
Relationship
/
Base.pm
2014-05-22
Peter Rabbitson
Fix bogus reference to related class (introduced way...
blob
|
commitdiff
2013-10-01
Dagfinn Ilmari Man...
Throw clearer exception on ->new_related() with a non...
blob
|
commitdiff
|
diff to current
2013-08-08
David Steinbrunner
typo fixes
blob
|
commitdiff
|
diff to current
2013-07-22
Peter Rabbitson
Augment 84d8c2ad so that the custom join specification...
blob
|
commitdiff
|
diff to current
2013-06-03
D. Ilmari Mannsåker
Add header for custom coderef join conditions
blob
|
commitdiff
|
diff to current
2013-06-02
Alexander Hartmaier
Replace $row with $result in all docs
blob
|
commitdiff
|
diff to current
2013-04-17
Peter Rabbitson
Stop needlesly invoking the $rs bool overload
blob
|
commitdiff
|
diff to current
2013-04-17
Peter Rabbitson
Reorder prefetch logic for optimal execution (no functi...
blob
|
commitdiff
|
diff to current
2013-04-17
Peter Rabbitson
Normalize varnames (zero functional changes)
blob
|
commitdiff
|
diff to current
2013-01-25
Peter Rabbitson
General cleanup of error messages - quote identifiers...
blob
|
commitdiff
|
diff to current
2013-01-12
Peter Rabbitson
Fix some pessimizations spotted here and there (no...
blob
|
commitdiff
|
diff to current
2012-12-14
Rafael Kitover
Minor clarifications to POD
blob
|
commitdiff
|
diff to current
2012-12-13
Brendan Byrd
More documentation improvements in the spirit of fb13a49f
blob
|
commitdiff
|
diff to current
2012-12-13
Brendan Byrd
Relationship::Base documentation fixes in the spirit...
blob
|
commitdiff
|
diff to current
2012-12-10
Brendan Byrd
Various method POD changes
blob
|
commitdiff
|
diff to current
2012-12-09
Brendan Byrd
AUTHORS mass update; mst doesn't have to take credit...
blob
|
commitdiff
|
diff to current
2012-11-03
Peter Rabbitson
Fix API mismatch between new_related() and new_result...
blob
|
commitdiff
|
diff to current
2012-05-08
Gerda Shank
update proxy/cascade_update doc in Relationship::Base
blob
|
commitdiff
|
diff to current
2012-02-18
Peter Rabbitson
Fix embarrassing leak triggered on calling new_related...
blob
|
commitdiff
|
diff to current
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
blob
|
commitdiff
|
diff to current
2011-04-22
Peter Rabbitson
Fix custom-relationships on resultsources with multilev...
blob
|
commitdiff
|
diff to current
2011-04-08
Rafael Kitover
Consistently use MyApp::Schema throught the documentation
blob
|
commitdiff
|
diff to current
2011-01-20
Peter Rabbitson
Rewrite the check for nontrivial joinfree conditions...
blob
|
commitdiff
|
diff to current
2011-01-20
Peter Rabbitson
Fix $object->search_related aliasing, change semantics...
blob
|
commitdiff
|
diff to current
2011-01-20
Peter Rabbitson
Pass relationship name to _resolve_condition explicitly
blob
|
commitdiff
|
diff to current
2011-01-20
Peter Rabbitson
Sanity check args passed to a coderef conditionmaker
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
do not use "me" on the related_resultset pessimization
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
refuse to invoke create_related as class method
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
fix the alias in the identity column
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
eager check if the create_related is at all possible
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
When getting a related_resultset in a row with custom...
blob
|
commitdiff
|
diff to current
2011-01-20
Peter Rabbitson
Switch code/documentation/examples/tests to the new...
blob
|
commitdiff
|
diff to current
2011-01-20
Jess Robinson
Relationship documentation on extended (custom) relatio...
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
makes search_related on extended rels without the optim...
blob
|
commitdiff
|
diff to current
2011-01-20
Daniel Ruoso
Most of the code reviewed... Missing ResultSet->populat...
blob
|
commitdiff
|
diff to current
2010-10-04
wreis
Extend proxy rel attr
blob
|
commitdiff
|
diff to current
2010-06-01
Rafael Kitover
use namespace::cleaned out imports for some common...
blob
|
commitdiff
|
diff to current
2010-05-31
Arthur Axel "fREW...
use namespace::clean w/ Try::Tiny
blob
|
commitdiff
|
diff to current
2010-05-25
Peter Rabbitson
Try::Tiny conversion finished
blob
|
commitdiff
|
diff to current
2010-05-15
Ton Voon
All expected evals converted to try, except where no...
blob
|
commitdiff
|
diff to current
2010-05-07
Nigel Metheringham
Clarification cascade_* attribute defaults documentation
blob
|
commitdiff
|
diff to current
2010-05-07
Nigel Metheringham
Clarification to cascade_update attribute documentation
blob
|
commitdiff
|
diff to current
2010-05-07
Nigel Metheringham
Added reference to cascade_* in relationship attributes
blob
|
commitdiff
|
diff to current
2010-03-01
Peter Rabbitson
Fix incorrect placement of condition resolution failure...
blob
|
commitdiff
|
diff to current
2010-02-19
Peter Rabbitson
Merge 'trunk' into 'pri_key_refactor'
blob
|
commitdiff
|
diff to current
2010-02-19
Peter Rabbitson
trap unresolvable conditions due to incomplete relation...
blob
|
commitdiff
|
diff to current
2010-02-15
Nuba Princigalli
spelling fixes in the documaentation, sholud be gud...
blob
|
commitdiff
|
diff to current
2010-02-08
Peter Rabbitson
Cleanup rel accessor type handling
blob
|
commitdiff
|
diff to current
2010-02-05
Gerda Shank
add doc on 'where' attribute
blob
|
commitdiff
|
diff to current
2009-07-16
Peter Rabbitson
A couple of typos, and general whitespace cleanup ...
blob
|
commitdiff
|
diff to current
2009-06-24
Peter Rabbitson
Properly name the relinfo variable
blob
|
commitdiff
|
diff to current
2009-05-19
Peter Rabbitson
Hide resultsource methods that should have never been...
blob
|
commitdiff
|
diff to current
2009-05-10
Moritz Onken
set_$rel accepts now a $link_vals hashref like add_to_...
blob
|
commitdiff
|
diff to current
2009-02-25
Eden Cardim
fixed alias prepending for OR'ed join conditions in...
blob
|
commitdiff
|
diff to current
2009-02-20
Jason M. Mills
Modfied isa() check in set_from_related() to use class...
blob
|
commitdiff
|
diff to current
2008-11-22
Jess Robinson
Crazy ass multi create fixes..
blob
|
commitdiff
|
diff to current
2008-11-02
Peter Rabbitson
Better linking in Relatiomship POD
blob
|
commitdiff
|
diff to current
2008-09-30
Matt S Trout
fix new_related on uninserted objects to handle has_man...
blob
|
commitdiff
|
diff to current
2008-09-28
Matt S Trout
new_related works again
blob
|
commitdiff
|
diff to current
2008-08-26
Matt S Trout
fix related resultsets and multi-create
blob
|
commitdiff
|
diff to current
2008-08-22
Peter Rabbitson
- Allow explicit specification of ON DELETE/ON UPDATE...
blob
|
commitdiff
|
diff to current
2008-06-10
Luke Saunders
allow add_fk_index param to be specified in rel def
blob
|
commitdiff
|
diff to current
2008-05-09
Brian Cassidy
pod fix (RT #32988)
blob
|
commitdiff
|
diff to current
2008-03-27
Wallace Reis
fixed typos
blob
|
commitdiff
|
diff to current
2008-03-07
Michael G Schwern
Merge 'trunk' into 'cdbicompat_integration'
blob
|
commitdiff
|
diff to current
2008-03-04
Ash Berlin
is_deferrable patch from Debolaz
blob
|
commitdiff
|
diff to current
2007-07-27
Matt S Trout
initial merge of Schwern's CDBICompat work, with many...
blob
|
commitdiff
|
diff to current
2007-05-03
Jess Robinson
Merge 'DBIx-Class-current' into 'bulk_create'
blob
|
commitdiff
|
diff to current
2007-03-18
Ash Berlin
sqlt parser now respected a relationship attribute...
blob
|
commitdiff
|
diff to current
2007-02-06
Jess Robinson
Add PK::Auto to Row/insert for now, could be prettier
blob
|
commitdiff
|
diff to current
2006-08-24
Justin Guenther
fixed set_$rel (from many_to_many) to accept a listref
blob
|
commitdiff
|
diff to current
2006-08-14
Ash Berlin
Changed the docs for relationship attributes, and added...
blob
|
commitdiff
|
diff to current
2006-07-13
Ash Berlin
POD change so it makes more sens when looking at with...
blob
|
commitdiff
|
diff to current
2006-06-21
Matt S Trout
fix Componentised, Relationship::Base
blob
|
commitdiff
|
diff to current
2006-06-19
Justin Guenther
docs clarification for set_$rel
blob
|
commitdiff
|
diff to current
2006-06-19
Jess Robinson
Update docs for new m2m accessors
blob
|
commitdiff
|
diff to current
2006-06-06
Aran Deltac
Slight wording change to new_related() POD.
blob
|
commitdiff
|
diff to current
2006-06-01
Robert Sedlacek
Test if value is blessed before ->isa
blob
|
commitdiff
|
diff to current
2006-05-12
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2006-05-12
Matt S Trout
fixup for stringify that can be false in find_or_create...
blob
|
commitdiff
|
diff to current
2006-05-09
Aran Deltac
Fixes to _rs related docs.
blob
|
commitdiff
|
diff to current
2006-05-09
Aran Deltac
Add search_rs to ResultSet and a new {$rel}_rs accessor...
blob
|
commitdiff
|
diff to current
2006-05-03
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2006-05-01
Daniel Westermann...
Add missing comma in example ;)
blob
|
commitdiff
|
diff to current
2006-05-01
Daniel Westermann...
Add example of multi-column foreign keys
blob
|
commitdiff
|
diff to current
2006-04-21
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2006-04-21
Luke Saunders
removed duff ResultSourceProxy links
blob
|
commitdiff
|
diff to current
2006-04-19
Matt S Trout
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2006-04-19
Matt S Trout
make set_from_related handle undef
blob
|
commitdiff
|
diff to current
2006-04-19
Daniel Westermann...
Minor POD update: Remove quotes for consistency
blob
|
commitdiff
|
diff to current
2006-04-18
Daniel Westermann...
Add find_or_new and find_or_new_related
blob
|
commitdiff
|
diff to current
2006-04-18
Daniel Westermann...
Add update_or_create_related
blob
|
commitdiff
|
diff to current
2006-03-26
Brandon L. Black
Merge 'trunk' into 'DBIx-Class-current'
blob
|
commitdiff
|
diff to current
2006-03-26
Brandon L. Black
converted tabs to spaces, removed trailing whitespace
blob
|
commitdiff
|
diff to current
2006-03-25
Justin Guenther
removed parentheses from argument lists in docs
blob
|
commitdiff
|
diff to current
2006-03-25
Justin Guenther
changed Returns -> Return Value
blob
|
commitdiff
|
diff to current
2006-03-24
Aran Deltac
Spleling fixes all over.
blob
|
commitdiff
|
diff to current
2006-03-24
Justin Guenther
changed formatting for arguments/return values in metho...
blob
|
commitdiff
|
diff to current
2006-03-22
Matt S Trout
Nuked ancient and unused classdata entry
blob
|
commitdiff
|
diff to current
2006-03-21
Justin Guenther
Documentation indenting/formatting fixes
blob
|
commitdiff
|
diff to current
next