create now on resultset as well
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Table.pm
2006-01-08 Matt S Trout create now on resultset as well
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-15 Marcus Ramberg make more sane error message for missing table.
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz more dob updates
2005-12-10 David Kamholz item => head2 in docs
2005-12-09 Matt S Trout Moved search_like to resultset
2005-12-09 Matt S Trout Lo, doth everything now use resultset_instance
2005-12-09 David Kamholz Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-01 Jules Bean die() if the user inadvertently tries to set the column...
2005-12-01 Matt S Trout Moved search_literal, count, count_literal onto resultset
2005-12-01 Matt S Trout Moved search to resultset, created ResultSetInstance
2005-11-30 Matt S Trout Nuked Data::Page use call in Table
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-10 Paul Makepeace Added some examples and explanations for search()
2005-08-29 Andy Grundman Made pager a method on ResultSet, added rs->page(num...
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
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-08 Matt S Trout More refactoring, created PK::Auto::MySQL
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package
2005-08-07 Matt S Trout Fixed search/count_related to use Abstract (though...
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-06 Matt S Trout retrieve_from_sql now uses ->search
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-04 Matt S Trout DBIx::Class is now a component loader
2005-08-02 Matt S Trout Very very brief doc stubs for main package, DB.pm and...
2005-08-02 Andy Grundman Removed apparently unnecessary finish statements
2005-08-02 Matt S Trout Added count_from_sql, refactored andyg's count_related...
2005-08-02 Andy Grundman Added count, count_related, and tests
2005-08-02 Matt S Trout Added t/09update.t from Alexander Hartmeier and changes...
2005-08-02 Matt S Trout More refactoring and tweaking, might_have support added
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-01 Matt S Trout Slice support for iterators
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-31 Matt S Trout Modified Cursor to use COUNT(*) for count if possible
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
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-23 Matt S Trout Now passing four more tests, has_a and has_many complia...
2005-07-23 Matt S Trout Extra files for relationships, has_many support
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 Most of the first third of 02-Film now works :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...