AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-03-23 Brendan Byrd Some minor POD corrections
2010-01-29 Peter Rabbitson Fugly 5.8 workaround
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-09-04 Peter Rabbitson No Serialize::Storable in core
2009-09-03 Peter Rabbitson POD lists the storable hooks, but does no load them
2006-11-21 Ash Berlin Changed row and rs objects to not have direct handle...
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-10-21 Matt S Trout I hate you all.
2006-06-06 Justin Guenther Updated docs to reflect the addition of PK::Auto to...
2006-05-18 Matt S Trout Moved PK::Auto into core
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-26 David Kamholz various small doc fixes
2006-03-21 Simon Elliott Doc updates to remove PK::Auto::<db> references and...
2006-03-21 Simon Elliott undo changes that should have been in TRUNK. /me thwaps...
2006-03-21 Simon Elliott Doc fixes for PK::Auto::DB references. All handled...
2006-02-11 David Kamholz - move Serialize.pm to Serialize/Storable.pm
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-24 David Kamholz - rename ResultSetInstance class to ResultSetProxy
2006-01-21 Daniel Westermann... - Add synopsis
2005-12-26 Matt S Trout ResultSetInstance is now a component on DB, some test...
2005-12-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-25 Matt S Trout Removed DBIx::Class::Validation from Core (no prereqs...
2005-12-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-15 Aran Deltac Adding first version of DBIx::Class::Validation.
2005-12-14 Matt S Trout Start of TableInstance code. CDBICompat currently b0rken
2005-12-09 Matt S Trout Lo, doth everything now use resultset_instance
2005-12-01 Matt S Trout Moved search to resultset, created ResultSetInstance
2005-10-14 Marcus Ramberg improved docs.
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
2005-08-26 Andy Grundman Added pager support, same syntax as Sweet. Also fixed...
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-08 Matt S Trout More refactoring, created PK::Auto::MySQL
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it
2005-08-04 Matt S Trout Mostly refactored everything to select/update/delete...
2005-08-04 Matt S Trout DBIx::Class is now a component loader
2005-08-02 Matt S Trout More refactoring and tweaking, might_have support added
2005-08-02 Matt S Trout Factored common cdbi rel features out into Relationship...
2005-08-02 Matt S Trout Column inflation tests now pass
2005-07-31 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-23 Matt S Trout Extra files for relationships, has_many support
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout First of a two-parter :)
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:...