dbsrgits/DBIx-Class.git
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
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...
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-30 David Kamholz changed set_primary_key() to use Tie::IxHash so order...
2005-07-29 Andy Grundman Added tests for commit and rollback
2005-07-29 Matt S Trout Added dbi_commit and db_rollback. NEEDS TESTS.
2005-07-29 Marcus Ramberg pod and pod coverage tests.
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-29 Marcus Ramberg added objectindex tests for search and add
2005-07-29 Matt S Trout Fix to search_realted on relationships without attrs...
2005-07-29 Marcus Ramberg fix lc in columngrouper.
2005-07-29 Matt S Trout Imported nextalyzer.pl
2005-07-29 Matt S Trout - Refactored some, moved more stuff over to using get...
2005-07-29 Matt S Trout Tweaked, prodded, refactored. Thanks to draven for...
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
2005-07-23 Matt S Trout Now passing four more tests, has_a and has_many complia...
2005-07-23 Matt S Trout Extra files for relationships, has_many support
2005-07-22 Matt S Trout Committed 06-hasa as well. Probably helps :)
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout Refactored Ima::DBI support to allow pluggable __FOO__...
2005-07-21 Matt S Trout All tests successful, 15 subtests skipped. Files=8...
2005-07-21 Matt S Trout And the second part of the First Great Test Re-Organisation
2005-07-21 Matt S Trout Added our own accessor system (ripped from C::A) and...
2005-07-21 Matt S Trout First of a two-parter :)
2005-07-19 Matt S Trout test tweaks and a bugfix
2005-07-19 Matt S Trout Build.PL added, 01-columns and 02-Film pass, $VERSION...
2005-07-19 Matt S Trout AutoUpdate, add_constructor, a toy set_sql emulator...
2005-07-19 Matt S Trout Imported a couple extra modules, added retrieve_all
2005-07-19 Matt S Trout Most of the first third of 02-Film now works :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...