I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK /
2006-10-18 Scott McWhirter Hide documentation for deprecated modules from PAUSE.
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-03-01 David Kamholz try to fix PK::Auto::Pg for sequences with quoted names
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-10 Matt S Trout Made PK::Auto::* shells since the functionality is...
2006-02-09 Jess Robinson Shovelling PK::Auto stuff where it belongs..
2006-02-06 David Kamholz fix attrs on find
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-25 Brandon L. Black add parms to prepare_cached() in PK/Auto/DB2.pm so...
2006-01-21 Daniel Westermann... Cleanup and add basic docs for PK::Auto::DB2
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout Fixup PK::Auto::Pg
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2006-01-14 Daniel Westermann... Use public accessor in PK::Auto::Pg
2006-01-08 Jess Robinson missing true value
2006-01-08 Jess Robinson New DB2 Automagic primary key collecting
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-13 David Kamholz PK::Auto::Pg bug fix, only checks primary keys
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-26 Matt S Trout Merge 'DBIx-Class-C3' into 'trunk'
2005-11-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-C3'
2005-11-25 Matt S Trout Version bumped to 0.03999_03, fix for Auto::PK issues...
2005-11-24 Matt S Trout Applied Brandon Black's patch to PK::Auto::Pg
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-13 Andy Grundman Fixed Auto::Pg Pod so CPAN will index it properly
2005-08-12 Andy Grundman Preparing for 0.02 release
2005-08-09 Brian Cassidy Added PK::Auto::MSSQL + test
2005-08-09 Andy Grundman Fixed user-defined sequence assignment
2005-08-09 Andy Grundman Added Oracle PK::Auto, with sequence lookup
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 Marcus Ramberg fixed pod.
2005-08-08 Marcus Ramberg auto-increment for postgresql
2005-08-08 Matt S Trout More refactoring, created PK::Auto::MySQL
2005-08-04 Matt S Trout _get_dbh removed
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