AUTHORS mass update; mst doesn't have to take credit for -everything- :)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat.pm
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2009-07-16 Peter Rabbitson A couple of typos, and general whitespace cleanup ...
2008-03-26 Michael G Schwern CDBICompat::Relationships uses Clone. Make CDBICompat...
2008-03-13 Michael G Schwern Document that DeepAbstractSearch will work.
2008-02-14 Michael G Schwern Expand the CDBICompat docs to show of it's features...
2008-02-13 Michael G Schwern POD mistake.
2008-02-13 Michael G Schwern Document the relationship declaration limitation.
2008-02-13 Michael G Schwern Remove the big, out of date list of CDBICompat components
2008-02-12 Michael G Schwern Merge HasA, HasMany and MightHave into one file, Relati...
2008-01-16 Michael G Schwern Allow CDBI objects to be accessed like hashes as people...
2007-08-31 Michael G Schwern Document that we're doing AbstractSearch, too
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
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-24 Aran Deltac Spleling fixes all over.
2006-01-27 Marcus Ramberg made cdbi-t optional
2005-12-11 David Kamholz merge resultset branch through revision 378
2005-12-10 David Kamholz item => head2 in docs
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-09-18 Matt S Trout Moved might_have compat back out into a CDBICompat...
2005-09-18 Matt S Trout Addition of a bunch of helper relationship methods
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
2005-08-11 Marcus Ramberg improved docs.
2005-08-09 Matt S Trout Updated main docs, altered mail address in POD for...
2005-08-07 Matt S Trout More refactoring. Relationship now a virtual package
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
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-01 Matt S Trout Added support for temp columns and ->make_read_only
2005-08-01 Matt S Trout Constraint support added to compat layer (no is_constra...
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-29 Marcus Ramberg basic pod stubs for everything but the CDBI compat...
2005-07-29 Matt S Trout - Refactored some, moved more stuff over to using get...
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 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 Most of the first third of 02-Film now works :)
2005-07-19 Matt S Trout Initial commit of DBIx::Class (experimental Class:...