$sth->{Active} may throw during destruction >.<
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Cursor.pm
2010-10-26 Peter Rabbitson $sth->{Active} may throw during destruction >.<
2010-10-04 Peter Rabbitson Delay construction of try block until an active $sth...
2010-08-31 Peter Rabbitson Remove forgotten frame from Storage-method overrides...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson More try::tiny conversions
2009-09-18 Peter Rabbitson Clear up some legacy cruft and straighten inheritance
2009-09-13 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-10 Peter Rabbitson The real fix
2009-08-05 Rafael Kitover fix a couple minor issues after pull from trunk
2009-07-28 Rafael Kitover forgot to set mro in dbi::cursor
2009-07-27 Rafael Kitover better FreeTDS support
2009-07-03 Peter Rabbitson Switch to C3 mro throughout the ::Storage hierarchy...
2009-06-29 Peter Rabbitson And score! (all works)
2009-06-09 Peter Rabbitson Move as_query out of the cursor
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-14 Peter Rabbitson Sometimes _prepare_for_execute may not return a set...
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-05-07 Peter Rabbitson Back out skip_parens support in as_query
2009-05-03 Johannes Plunien Methods update/delete on resultset use now new as_query...
2009-02-18 Rob Kinyon as_query now provides its own parens
2009-02-11 Rob Kinyon check in bombing test for subquery-with-as_query
2009-02-10 Rob Kinyon Added as_query() support to ResultSetColumn
2009-02-10 Rob Kinyon Added as_query to ResultSet with a couple tests
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