I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Cursor.pm
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-24 Justin Guenther reworded result -> row
2006-03-24 Justin Guenther documented DBIx::Class::Cursor and DBIx::Class::Storage...
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Dan Kubb Bind values are passed into select query when no sth...
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Andy Grundman Finish any active sth's in DESTROY
2005-08-02 Andy Grundman Removed finish in Cursor::next, not necessary because...
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 Matt S Trout Changed COUNT code in cursor to use selectrow_array...
2005-07-31 Matt S Trout Modified Cursor to use COUNT(*) for count if possible
2005-07-31 Matt S Trout Cursor.pm because I'm an idiot and forgot to svk add...