discard changes now is forced to use master for replication. changed discard_changes...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Cursor.pm
2007-08-03 Matt S Trout optimisation in cursor
2007-06-12 Brandon L. Black add some storage exception tests, and fix a really...
2007-05-03 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-05-02 Nigel Metheringham Documented use of cursor->next for fast but uncomfortab...
2006-09-13 Brandon L. Black Storage::DBI::Cursor now makes use of the new Storage...
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