Added has_column and column_info methods
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / PK.pm
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-01 David Kamholz - fix ResultSet bug when requesting a subset of columns
2005-10-14 Marcus Ramberg improved docs.
2005-09-27 David Kamholz add ->ID method to PK.pm to generate unique object...
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-06 Dan Kubb Renamed DBIx::Class::Table::in_database to DBIx::Class...
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-30 David Kamholz changed set_primary_key() to use Tie::IxHash so order...
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-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout AutoUpdate, add_constructor, a toy set_sql emulator...
2005-07-19 Matt S Trout Imported a couple extra modules, added retrieve_all