Moving towards instance-based schemas
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / DB.pm
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-08 Matt S Trout Moved insert/update/delete to use ->result_source
2005-12-26 Matt S Trout Moved resultset_instance into DB.pm
2005-12-26 Matt S Trout ResultSetInstance is now a component on DB, some test...
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz rename tx_* => txn_*
2005-12-10 David Kamholz more dob updates
2005-12-10 David Kamholz fix last patch
2005-12-10 David Kamholz clean up transaction handling
2005-12-10 David Kamholz item => head2 in docs
2005-11-15 Matt S Trout Shoved Class::Data::Inheritable into DBIx::Class, more...
2005-10-14 Marcus Ramberg improved docs.
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-04 Matt S Trout Doc fix for DB.pm
2005-08-04 Matt S Trout _get_dbh removed
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-02 Matt S Trout Very very brief doc stubs for main package, DB.pm and...
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-29 Matt S Trout Added dbi_commit and db_rollback. NEEDS TESTS.
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some
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:...