AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2010-11-10 Peter Rabbitson Cleanup Row::sequence()
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2007-06-20 Matt S Trout eleiminate vestigial code in PK::Auto
2006-08-18 Jess Robinson Assume scalar refs need fetching in PK::Auto (to allow...
2006-08-11 Cory G Watson Move unless to next line to prevent stabbings.
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Jess Robinson Docs!
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-02-19 Matt S Trout PK::Auto tweak
2006-02-12 David Kamholz fix sequence method in PK::Auto
2006-02-10 David Kamholz re-rewrite PK::Auto, Pg, Oracle bits
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-21 Daniel Westermann... Cleanup and add basic docs for PK::Auto::DB2
2005-12-18 Daniel Westermann... Update examples to be more explicit about load_componen...
2005-12-15 David Kamholz PK::Auto doc patch from dwc
2005-12-14 Jess Robinson Patches from Andreas Hartmeier applied to PK::Auto
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz item => head2 in docs
2005-11-26 Matt S Trout Merge 'DBIx-Class-C3' into 'trunk'
2005-11-25 Matt S Trout Version bumped to 0.03999_03, fix for Auto::PK issues...
2005-11-20 Matt S Trout 0.3999_01 changes
2005-11-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-C3'
2005-11-18 David Kamholz update fix in last rev to use has_column
2005-11-18 David Kamholz fix PK::Auto bug where it wouldn't recognize a defined...
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-08-26 Andy Grundman Added support for multiple PKs in Auto if they are...
2005-08-09 Andy Grundman Added sequence method to PK::Auto
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout More refactoring, created PK::Auto::MySQL
2005-08-04 Matt S Trout DBIx::Class is now a component loader
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
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-23 Matt S Trout Extra files for relationships, has_many support