Mostly refactored everything to select/update/delete off storage handle
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Cursor.pm
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...