2008-05-07 |
Peter Rabbitson |
Correct order of BEGIN/use so that skip_all does not... |
tree | commitdiff |
2008-04-20 |
Matt S Trout |
add TODO on constraint check |
tree | commitdiff |
2008-04-20 |
Matt S Trout |
fix loading checks |
tree | commitdiff |
2008-03-15 |
Michael G Schwern |
Simplify and speed up the accessor_name_for() code. |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Improve add_constructor() support to handle ORDER BY... |
tree | commitdiff |
2008-03-14 |
Michael G Schwern |
Fix the skip condition. |
tree | commitdiff |
2008-03-13 |
Michael G Schwern |
Detabify |
tree | commitdiff |
2008-03-13 |
Michael G Schwern |
Test lazy loading with a deleted object. |
tree | commitdiff |
2008-03-13 |
Michael G Schwern |
Test the behavior of construct() with temp columns. |
tree | commitdiff |
2008-03-11 |
Ash Berlin |
Fix depend on Time::Piece for cdbi |
tree | commitdiff |
2008-03-11 |
Matt S Trout |
fix Date::Simple req in t/cdbi-t/04-lazy.t |
tree | commitdiff |
2008-03-11 |
Matt S Trout |
moved t/cdbi-t/08-inheritcols.t to use CDBICompat |
tree | commitdiff |
2008-03-11 |
Matt S Trout |
moving t/cdbi-t/hasa_without_loading.t to CDBICompat... |
tree | commitdiff |
2008-03-11 |
Michael G Schwern |
Fixed a heisenbug where looking at a column group would... |
tree | commitdiff |
2008-03-07 |
Michael G Schwern |
Wrap columns() in an array ref for better is_deeply... |
tree | commitdiff |
2008-03-07 |
Michael G Schwern |
Make meta_info() 'args' work. |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
Add NoObjectIndex which turns the live object index... |
tree | commitdiff |
2008-02-24 |
Michael G Schwern |
The infinite loop with sub DESTROY { $_[0]->discard_cha... |
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 |
cascade delete test from Class-DBI 3.0.17 |
tree | commitdiff |
2008-02-14 |
Michael G Schwern |
Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin... |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
Forgot to set up the relationship between Actor and... |
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 |
Fix the test to skip if MyFoo won't load. |
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 |
Quiet a warning |
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 |
Localize the warning tests. |
tree | commitdiff |
2008-02-13 |
Michael G Schwern |
When emulating $obj->{column} do not call any custom... |
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 |
Pull in some tests from CDBI 3.16 that already work. |
tree | commitdiff |
2007-08-21 |
Matt S Trout |
Merge 'trunk' into 'cdbicompat_integration' |
tree | commitdiff |
2007-08-21 |
Matt S Trout |
force CDBICompat deps for developers, fix tests to... |
tree | commitdiff |
2007-07-27 |
Matt S Trout |
initial merge of Schwern's CDBICompat work, with many... |
tree | commitdiff |
2007-03-14 |
Jess Robinson |
Added patch from Schwern to allow cdbi compat to infer... |
tree | commitdiff |
2006-06-29 |
Matt S Trout |
corrected $^O string |
tree | commitdiff |
2006-06-29 |
Matt S Trout |
disable warning tests on AS perl |
tree | commitdiff |
2006-06-18 |
Matt S Trout |
fixup for deflated value handed to inflated accessor |
tree | commitdiff |
2006-05-25 |
Justin Guenther |
squashed a couple unnecessary warnings in the CDBI... |
tree | commitdiff |
2006-02-19 |
Matt S Trout |
PK::Auto tweak |
tree | commitdiff |
2006-01-27 |
Marcus Ramberg |
oops, some more test failures |
tree | commitdiff |
2006-01-27 |
Marcus Ramberg |
oops, botched one |
tree | commitdiff |
2006-01-27 |
Marcus Ramberg |
made cdbi-t optional |
tree | commitdiff |
2006-01-14 |
Matt S Trout |
add_relationship, relationship_info, relationships... |
tree | commitdiff |
2006-01-08 |
Matt S Trout |
Simplified column handling code, moved primary key... |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
CDBICompat happy again on rs branch |
tree | commitdiff |
2005-12-20 |
Matt S Trout |
Nuked 08-inheritcols.t since it's duplicated in 01... |
tree | commitdiff |
2005-12-09 |
Matt S Trout |
Lo, doth everything now use resultset_instance |
tree | commitdiff |
2005-11-24 |
Matt S Trout |
Updated version and POD |
tree | commitdiff |
2005-09-20 |
Matt S Trout |
Error message fix (cheers Siracusa), CDBICompat count_a... |
tree | commitdiff |
2005-09-10 |
Matt S Trout |
Fixes to CDBICompat::HasMany mapping method support... |
tree | commitdiff |
2005-08-28 |
Andy Grundman |
Refactored pagination into search method, Sweet syntax... |
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 |
Matt S Trout |
Oh yes. and the might_have test script. because that... |
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 |
Slice support for iterators |
tree | commitdiff |
2005-07-31 |
Matt S Trout |
Refactoring, basic cursor support, additional syntax... |
tree | commitdiff |
2005-07-29 |
Marcus Ramberg |
added objectindex tests for search and add |
tree | commitdiff |
2005-07-29 |
Matt S Trout |
- Refactored some, moved more stuff over to using get... |
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 |
Committed 06-hasa as well. Probably helps :) |
tree | commitdiff |
2005-07-22 |
Matt S Trout |
has_a works |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
All tests successful, 15 subtests skipped. Files=8... |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
And the second part of the First Great Test Re-Organisation |
tree | commitdiff |
2005-07-21 |
Matt S Trout |
First of a two-parter :) |
tree | commitdiff |
|