0.3999_01 changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK / Auto.pm
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