Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Relationship / CascadeActions.pm
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-13 Robert Buels cascading delete on a nonexistent relation should warn...
2010-03-06 Peter Rabbitson Cascading delete needs a guard to remain atomic
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2009-07-05 Peter Rabbitson Put Pod::Inherit stuff back after proper copy
2009-07-05 Peter Rabbitson Temporarily backout Pod::Inherit changes
2009-07-05 Jess Robinson Added Pod::Inherit use to Makefile.PL at author-time...
2006-05-12 Matt S Trout performance fix for cascade_update
2006-04-08 Matt S Trout fix to update with undefined relations
2006-04-04 Simon Elliott Fix to cascade_delete courtesy mst.
2006-03-24 Brandon L. Black Added use strict / use warnings everywhere it was missing
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...