2007-06-17 |
Matt S Trout |
0.08001 because I'm an idiot |
tree | commitdiff |
2007-03-14 |
Jess Robinson |
Added patch from Schwern to allow cdbi compat to infer... |
tree | commitdiff |
2006-07-28 |
Daniel Westermann... |
Remove anonymous blesses to avoid major speed hit on... |
tree | commitdiff |
2006-07-27 |
David Kamholz |
add result_class to ResultSourceProxy; move _ident_cond... |
tree | commitdiff |
2006-07-03 |
David Kamholz |
represent page as a normal resultset attribute; use... |
tree | commitdiff |
2006-06-18 |
Matt S Trout |
switched CDBICompat::AttributeAPI to using 'real' methods |
tree | commitdiff |
2006-05-19 |
Justin Guenther |
added ensure_class_loaded method to Componentized,... |
tree | commitdiff |
2006-04-19 |
Daniel Westermann... |
Merge 'find_changes' into 'DBIx-Class-current' |
tree | commitdiff |
2006-03-26 |
Brandon L. Black |
converted tabs to spaces, removed trailing whitespace |
tree | commitdiff |
2006-03-24 |
Brandon L. Black |
Added use strict / use warnings everywhere it was missing |
tree | commitdiff |
2006-03-09 |
Scott McWhirter |
Update to add myself to contributors and to hide Module... |
tree | commitdiff |
2006-03-08 |
David Kamholz |
rename columns attr to cols |
tree | commitdiff |
2006-01-27 |
Marcus Ramberg |
handle the throw_exception bit. Drop DBIx::Class::Exception |
tree | commitdiff |
2006-01-21 |
Matt S Trout |
Nuked _select_columns, the last vestige of class-based... |
tree | commitdiff |
2006-01-20 |
Matt S Trout |
Added register_column API |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
Changed result_source to result_source_instance in... |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
More internals cleanup, separated out ResultSourceInsta... |
tree | commitdiff |
2006-01-16 |
Matt S Trout |
Changed inflate_result API to include ResultSource... |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
resolve_condition moved to ResultSource |
tree | commitdiff |
2006-01-13 |
Matt S Trout |
Chucked out some unrequired column case stuff in CDBICompat |
tree | commitdiff |
2006-01-11 |
Matt S Trout |
Added ->relationships and ->relationship_info from... |
tree | commitdiff |
2006-01-09 |
Matt S Trout |
DB.pm now keeps a Schema Instance |
tree | commitdiff |
2006-01-08 |
Matt S Trout |
find_related now does search_related->find |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Probably avoids some potential page/search bugs |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Added $rs->search_related, cleaned up paging code |
tree | commitdiff |
2005-12-30 |
Matt S Trout |
Moved inflation to inflate_result in Row.pm |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
CDBICompat happy again on rs branch |
tree | commitdiff |
2005-12-09 |
David Kamholz |
Merge 'trunk' into 'DBIx-Class-resultset' |
tree | commitdiff |
2005-12-01 |
Matt S Trout |
Patch from abraxxa to make set_primary_key barf if... |
tree | commitdiff |
2005-12-01 |
Matt S Trout |
Moved search_literal, count, count_literal onto resultset |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
With the addition of Class::C3 0.07 and a few tweaks... |
tree | commitdiff |
2005-11-20 |
Matt S Trout |
Dumped anti-NEXT-breakage hack in CDBICompat stringify |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Broke everything (C3 branch) |
tree | commitdiff |
2005-11-15 |
Matt S Trout |
Added has_column and column_info methods |
tree | commitdiff |
2005-11-08 |
Matt S Trout |
Added fix to avoid undef warnings in CDBICompat stringify |
tree | commitdiff |
2005-09-27 |
David Kamholz |
patch CDBI live object index emulation to use ->ID... |
tree | commitdiff |
2005-09-23 |
Matt S Trout |
More fixes to HasA/BelongsTo courtesy of abraxxa |
tree | commitdiff |
2005-09-20 |
Matt S Trout |
Error message fix (cheers Siracusa), CDBICompat count_a... |
tree | commitdiff |
2005-09-18 |
Matt S Trout |
Moved might_have compat back out into a CDBICompat... |
tree | commitdiff |
2005-09-18 |
Matt S Trout |
Addition of a bunch of helper relationship methods |
tree | commitdiff |
2005-09-17 |
Matt S Trout |
Test split to run against normal rels and helper rels... |
tree | commitdiff |
2005-09-10 |
Matt S Trout |
Fixes to CDBICompat::HasMany mapping method support... |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
HasMany now does a LEFT JOIN, added more tests |
tree | commitdiff |
2005-09-09 |
Matt S Trout |
Joins work for search, some refactoring |
tree | commitdiff |
2005-08-29 |
Andy Grundman |
Made pager a method on ResultSet, added rs->page(num... |
tree | commitdiff |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
tree | commitdiff |
2005-08-26 |
Andy Grundman |
Fixed bug where retrieve_all ignored options such as... |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
Added Numa's count_all, removed warns from mysql and... |
tree | commitdiff |
2005-08-08 |
Matt S Trout |
Finished ripping hand-hacked abstract implementation... |
tree | commitdiff |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::Table::in_database to DBIx::Class... |
tree | commitdiff |
2005-08-06 |
Dan Kubb |
Renamed DBIx::Class::PK's retrieve() as find() |
tree | commitdiff |
2005-08-06 |
Matt S Trout |
- Storage/DBI.pm now uses Abstract internally |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Overrode part of ContextualFetch in ImaDBI to shut... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
Mostly refactored everything to select/update/delete... |
tree | commitdiff |
2005-08-04 |
Matt S Trout |
DBIx::Class is now a component loader |
tree | commitdiff |
2005-08-02 |
Andy Grundman |
Removed apparently unnecessary finish statements |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
More refactoring and tweaking, might_have support added |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Factored common cdbi rel features out into Relationship... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Join conditions supplied to add_relationship are now... |
tree | commitdiff |
2005-08-02 |
Matt S Trout |
Refactored HasA to use InflateColumn |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Added support for temp columns and ->make_read_only |
tree | commitdiff |
2005-08-01 |
Matt S Trout |
Constraint support added to compat layer (no is_constra... |
tree | commitdiff |
2005-07-31 |
Marcus Ramberg |
Add ::Exception, and use throw instead of die. |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Refactoring, basic cursor support, additional syntax... |
tree | commitdiff |
2005-07-29 |
Marcus Ramberg |
fix lc in columngrouper. |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
- Refactored some, moved more stuff over to using get... |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
Tweaked, prodded, refactored. Thanks to draven for... |
tree | commitdiff |
2005-07-25 |
Matt S Trout |
Added tests for the core APIs, refactored some |
tree | commitdiff |
2005-07-23 |
Matt S Trout |
Now passing four more tests, has_a and has_many complia... |
tree | commitdiff |
2005-07-23 |
Matt S Trout |
Extra files for relationships, has_many support |
tree | commitdiff |
2005-07-22 |
Matt S Trout |
has_a works |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
Refactored Ima::DBI support to allow pluggable __FOO__... |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
Added our own accessor system (ripped from C::A) and... |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
First of a two-parter :) |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
test tweaks and a bugfix |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Build.PL added, 01-columns and 02-Film pass, $VERSION... |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
AutoUpdate, add_constructor, a toy set_sql emulator... |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Imported a couple extra modules, added retrieve_all |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Most of the first third of 02-Film now works :) |
tree | commitdiff |
2005-07-19 |
Matt S Trout |
Initial commit of DBIx::Class (experimental Class:... |
tree | commitdiff |
|