Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK.pm
2016-09-30 Peter Rabbitson Mark forgotten ::Row::id() method as indirect_sugar
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-29 Peter Rabbitson A little cleanup of ->id callsites (incomplete)
2013-09-09 Peter Rabbitson Rename internal rsrc method to be more descriptive...
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2011-06-07 Peter Rabbitson Augment shorsighted code change in 5ef76b8b
2011-06-05 Peter Rabbitson Rewrite handling of "storage-side old values" both...
2010-03-06 Peter Rabbitson One more PODlink
2010-01-31 Peter Rabbitson Saner handling of nonexistent/partial conditions
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2009-08-07 Peter Rabbitson Move discard_changes code to Row.pm, better docs
2009-08-05 John Napiorkowski added the default attrs to solve the failing test recen...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-06-19 John Napiorkowski renamed get_current_storage to get_from_storage since...
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-05-29 John Napiorkowski changed Storage->reload_row to do less, reverted some...
2008-05-29 John Napiorkowski discard changes now is forced to use master for replica...
2008-02-24 Michael G Schwern Fix the DESTROY/discard_changes() infinite recursion...
2007-09-08 Marc Mims discard_changes is also "refresh from storage"
2006-11-22 David Kamholz - slight optimization to ident_condition in PK.pm
2006-07-27 David Kamholz add result_class to ResultSourceProxy; move _ident_cond...
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-02-11 Matt S Trout Made discard_changes use ->result_source->resultset...
2006-01-31 David Kamholz change _create_ID to be saner for new version
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-08 Matt S Trout create now on resultset as well
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2006-01-07 Matt S Trout Changed ->discard_changes to use ->primary_columns
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz more dob updates
2005-12-10 David Kamholz item => head2 in docs
2005-12-01 Matt S Trout Patch from abraxxa to make set_primary_key barf if...
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-14 Marcus Ramberg improved docs.
2005-09-27 David Kamholz add ->ID method to PK.pm to generate unique object...
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-06 Dan Kubb Renamed DBIx::Class::Table::in_database to DBIx::Class...
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-30 David Kamholz changed set_primary_key() to use Tie::IxHash so order...
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-29 Matt S Trout - Refactored some, moved more stuff over to using get...
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout AutoUpdate, add_constructor, a toy set_sql emulator...
2005-07-19 Matt S Trout Imported a couple extra modules, added retrieve_all