2008-03-14 |
Michael G Schwern |
Move the code to create accessors out of ColumnCase... |
tree | commitdiff |
2008-03-13 |
Michael G Schwern |
Make Class::DBI::Plugin::DeepAbstractSearch work. |
tree | commitdiff |
2008-03-12 |
Michael G Schwern |
Fix lazy loading when the object has been deleted |
tree | commitdiff |
2008-03-11 |
Michael G Schwern |
Fixed a heisenbug where looking at a column group would... |
tree | commitdiff |
2008-03-11 |
Michael G Schwern |
No reason to store an empty hash ref for each column |
tree | commitdiff |
2008-03-07 |
Michael G Schwern |
Make meta_info() 'args' work. |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Remove the now redudant ObjIndexStubs. |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Add NoObjectIndex which turns the live object index... |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Ensure that has_many() loads the foreign class. |
tree | commitdiff |
2008-02-21 |
Michael G Schwern |
Add in a warning if a column is declared as TEMP but... |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Implement cascade => "None" |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Put the stringification back, older versions of DateTim... |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Fix create() in the same way as update() so it throws... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Test that DateTime objects can safely be updated twice... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Fix update() so it throws out inflated values, too |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Emulate that CDBI throws out all changed columns and... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Emulate that Class::DBI inflates immediately |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Hash access no works despite lack of existing accessor... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
When emulating $obj->{column} do not call any custom... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Fix the POD coverage test. |
tree | commitdiff |
2008-02-12 |
Michael G Schwern |
Merge HasA, HasMany and MightHave into one file, Relati... |
tree | commitdiff |
2008-01-17 |
Michael G Schwern |
Make the hash-key warning dependent on DBIC_CDBICOMPAT_... |
tree | commitdiff |
2008-01-16 |
Michael G Schwern |
mst pointed out that my $val = $obj->{col}; $obj-... |
tree | commitdiff |
2008-01-16 |
Michael G Schwern |
Allow CDBI objects to be accessed like hashes as people... |
tree | commitdiff |
2007-08-31 |
Michael G Schwern |
Add POD to new CDBICompat modules so they pass POD... |
tree | commitdiff |
2007-07-27 |
Matt S Trout |
and my tradditional collection of missing add commands |
tree | commitdiff |
2007-07-27 |
Matt S Trout |
initial merge of Schwern's CDBICompat work, with many... |
tree | commitdiff |
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 |
next |