AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / DB.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-11-29 Peter Rabbitson Some podlator stacks do not like multi-word =begin
2012-03-09 Peter Rabbitson Fix fallout from a807d012 (folks please run your podtes...
2012-03-07 Jess Robinson Minor messing with syntactically incorrect POD (no...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2009-07-17 Dan Dascalescu Minor POD grammar: it's -> its where appropriate
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2009-04-21 Peter Rabbitson Multiple cdbi-compat test cleanups
2009-01-09 Matt S Trout fixup source registration bugs where schema-specific...
2008-02-24 Michael G Schwern Greatly speed up result_source_instance() and all the...
2008-02-12 Michael G Schwern Remove stray $DB::single
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-05-29 Brandon L. Black a few small pod coverage fixes
2006-12-27 Ash Berlin Removed CDBI subclassing bugs. constrain_columns to...
2006-11-22 Matt S Trout moved tests to compose_namespace instead of compose_con...
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-06-06 Justin Guenther Fixed 'DBIx/Class/DB.pm did not return a true value...
2006-05-31 Nigel Metheringham Initial work on getting POD coverage testing working
2006-05-24 Matt S Trout marked DBIx::Class::DB as deprecated and due to be...
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-24 Brandon L. Black Added use strict / use warnings everywhere it was missing
2006-03-21 Justin Guenther Documentation indenting/formatting fixes
2006-03-18 David Kamholz Merge 'DBIx-Class-current' into 'trunk'
2006-03-03 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-01 Justin Guenther - Changed documentation to use txn_do() for transactions
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-11 David Kamholz - fix DB.pm resultset_instance for CDBICompat usage
2006-02-03 David Kamholz put txn_* functions in Schema and call those from DB
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-20 Matt S Trout Fixed up PK::Auto::* to use result_source, added connec...
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
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:...