Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Ordered.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-30 Peter Rabbitson Audit and annotate all context-sensitive spots in ...
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-06-17 Peter Rabbitson Minor optimization of codepath (no func changes)
2014-06-17 Peter Rabbitson Fix ::Ordered in combination with delete_all
2012-12-11 Brendan Byrd Various other POD fixes
2012-11-03 Peter Rabbitson Fix unique constraint violations in Ordered.pm blanket...
2012-04-10 moltar Removed PRIVATE METHODS pod section from Ordered.
2012-03-22 Peter Rabbitson Replace all use of wantarray tri-calls with explicit...
2012-03-02 Peter Rabbitson Remove the "row-by-row shift" Ordered.pm pessimization
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Peter Rabbitson Make Ordered play nice with other things hooking update()
2011-06-07 Peter Rabbitson Augment shorsighted code change in 5ef76b8b
2011-06-05 Peter Rabbitson Rewrite handling of "storage-side old values" both...
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2010-12-02 Peter Rabbitson Indulge in some microoptimization
2010-06-17 Peter Rabbitson added caveat that update/delete on the resultset breaks...
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-01-31 Peter Rabbitson Stupid errors
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2009-10-11 Peter Rabbitson More ordered fixes
2009-10-10 Peter Rabbitson Whoops, this isn't right
2009-09-18 Peter Rabbitson Nothing says the grouping column can not be nullable
2009-08-12 Peter Rabbitson Remove needless inflate in Ordered
2009-08-09 Peter Rabbitson Whoops, missed a line
2009-08-08 Peter Rabbitson Stop using discard_changes() in Ordered (if I knew...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-06-29 Peter Rabbitson Minor Ordered optimization (don't use count)
2009-05-15 Peter Rabbitson Optimize some Ordered.pm code
2009-02-25 Peter Rabbitson Wrap dangerous Ordered operations in transactions ...
2009-02-22 Peter Rabbitson Learn how to spell
2009-02-22 Peter Rabbitson some more Ordered docs, and a small optimization
2009-02-22 Michael Reddick Added default_value caveat documentation to Ordered.pm
2009-02-22 Peter Rabbitson FInally rewrote Ordered properly - a number of FIXME...
2009-02-20 Peter Rabbitson A couple fixes to Ordered
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-03-03 David Jack Olrik Merge 'trunk' into 'DBIx-Class-current'
2007-01-31 Jesse Sheidlower Doc cleanup in Ordered.pm
2006-11-25 Neil de Carteret Multicol tests done. Also tweaked the pods and took...
2006-11-23 Neil de Carteret Added the basic for multi column support. Original...
2006-07-04 Brian Kirkbride local copy of DBIC ordered_handle_updates branch
2006-04-30 Aran Deltac No longer support unique constraints in Ordered.
2006-04-30 Aran Deltac Fix some errors with using unique constraints with...
2006-04-21 Matt S Trout Make ordered use CASE (still doesn't pass tests, sigh)
2006-03-31 Aran Deltac Renamed DBIC::Positional as DBIC::Ordered.