I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto /
2006-10-18 Scott McWhirter Hide documentation for deprecated modules from PAUSE.
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-01 David Kamholz try to fix PK::Auto::Pg for sequences with quoted names
2006-02-10 Matt S Trout Made PK::Auto::* shells since the functionality is...
2006-02-06 David Kamholz fix attrs on find
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-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-11-24 Matt S Trout Applied Brandon Black's patch to PK::Auto::Pg
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-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-23 Matt S Trout Extra files for relationships, has_many support