Fixup to Cursor, updated Changes
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Cursor.pm
2006-04-06 Matt S Trout Fixup to Cursor, updated Changes
2006-03-25 Matt S Trout 0.06000 changes v0.06000
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-25 Justin Guenther changed Returns -> Return Value
2006-03-24 Justin Guenther clarified method docs
2006-03-24 Justin Guenther reworded result -> row
2006-03-24 Justin Guenther documented DBIx::Class::Cursor and DBIx::Class::Storage...
2006-03-15 Brandon L. Black fork tests/code improved, ithreads tests/code added...
2006-03-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-20 Matt S Trout Moved to prepare_cached for everything, using $f_active...
2005-08-12 Andy Grundman Re-added software-based LIMIT support for non-LIMIT...
2005-08-12 Andy Grundman Added initial SQL::Abstract::Limit support and tests
2005-08-12 Matt S Trout Refactoring, cleanup, lose unnecessary resultset/cursor...
2005-08-07 Matt S Trout Cursor abstracted, delete_related added