Pass relationship name to _resolve_condition explicitly
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / CDBICompat /
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:...