Final 0.03001 release
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK /
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