I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat /
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-27 David Kamholz add result_class to ResultSourceProxy; move _ident_cond...
2006-07-03 David Kamholz represent page as a normal resultset attribute; use...
2006-06-18 Matt S Trout switched CDBICompat::AttributeAPI to using 'real' methods
2006-05-19 Justin Guenther added ensure_class_loaded method to Componentized,...
2006-04-19 Daniel Westermann... Merge 'find_changes' into 'DBIx-Class-current'
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-09 Scott McWhirter Update to add myself to contributors and to hide Module...
2006-03-08 David Kamholz rename columns attr to cols
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-21 Matt S Trout Nuked _select_columns, the last vestige of class-based...
2006-01-20 Matt S Trout Added register_column API
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
2006-01-16 Matt S Trout Changed inflate_result API to include ResultSource...
2006-01-14 Matt S Trout resolve_condition moved to ResultSource
2006-01-13 Matt S Trout Chucked out some unrequired column case stuff in CDBICompat
2006-01-11 Matt S Trout Added ->relationships and ->relationship_info from...
2006-01-09 Matt S Trout DB.pm now keeps a Schema Instance
2006-01-08 Matt S Trout find_related now does search_related->find
2005-12-30 Matt S Trout Probably avoids some potential page/search bugs
2005-12-30 Matt S Trout Added $rs->search_related, cleaned up paging code
2005-12-30 Matt S Trout Moved inflation to inflate_result in Row.pm
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-09 David Kamholz Merge 'trunk' into 'DBIx-Class-resultset'
2005-12-01 Matt S Trout Patch from abraxxa to make set_primary_key barf if...
2005-12-01 Matt S Trout Moved search_literal, count, count_literal onto resultset
2005-11-24 Matt S Trout With the addition of Class::C3 0.07 and a few tweaks...
2005-11-20 Matt S Trout Dumped anti-NEXT-breakage hack in CDBICompat stringify
2005-11-15 Matt S Trout Broke everything (C3 branch)
2005-11-15 Matt S Trout Added has_column and column_info methods
2005-11-08 Matt S Trout Added fix to avoid undef warnings in CDBICompat stringify
2005-09-27 David Kamholz patch CDBI live object index emulation to use ->ID...
2005-09-23 Matt S Trout More fixes to HasA/BelongsTo courtesy of abraxxa
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
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-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-09-10 Matt S Trout Fixes to CDBICompat::HasMany mapping method support...
2005-09-09 Matt S Trout HasMany now does a LEFT JOIN, added more tests
2005-09-09 Matt S Trout Joins work for search, some refactoring
2005-08-29 Andy Grundman Made pager a method on ResultSet, added rs->page(num...
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
2005-08-26 Andy Grundman Fixed bug where retrieve_all ignored options such as...
2005-08-08 Matt S Trout Added Numa's count_all, removed warns from mysql and...
2005-08-08 Matt S Trout Finished ripping hand-hacked abstract implementation...
2005-08-06 Dan Kubb Renamed DBIx::Class::Table::in_database to DBIx::Class...
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-06 Matt S Trout - Storage/DBI.pm now uses Abstract internally
2005-08-04 Matt S Trout Overrode part of ContextualFetch in ImaDBI to shut...
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 Andy Grundman Removed apparently unnecessary finish statements
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 Join conditions supplied to add_relationship are now...
2005-08-02 Matt S Trout Refactored HasA to use InflateColumn
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 Marcus Ramberg Add ::Exception, and use throw instead of die.
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-29 Marcus Ramberg fix lc in columngrouper.
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 has_a works
2005-07-21 Matt S Trout Refactored Ima::DBI support to allow pluggable __FOO__...
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:...