new config option to DBICTest to let you set an alternative storage type, start on...
[dbsrgits/DBIx-Class.git] / t / cdbi-t /
2008-04-20 Matt S Trout add TODO on constraint check
2008-04-20 Matt S Trout fix loading checks
2008-03-15 Michael G Schwern Simplify and speed up the accessor_name_for() code.
2008-03-14 Michael G Schwern Improve add_constructor() support to handle ORDER BY...
2008-03-14 Michael G Schwern Fix the skip condition.
2008-03-13 Michael G Schwern Detabify
2008-03-13 Michael G Schwern Test lazy loading with a deleted object.
2008-03-13 Michael G Schwern Test the behavior of construct() with temp columns.
2008-03-11 Ash Berlin Fix depend on Time::Piece for cdbi
2008-03-11 Matt S Trout fix Date::Simple req in t/cdbi-t/04-lazy.t
2008-03-11 Matt S Trout moved t/cdbi-t/08-inheritcols.t to use CDBICompat
2008-03-11 Matt S Trout moving t/cdbi-t/hasa_without_loading.t to CDBICompat...
2008-03-11 Michael G Schwern Fixed a heisenbug where looking at a column group would...
2008-03-07 Michael G Schwern Wrap columns() in an array ref for better is_deeply...
2008-03-07 Michael G Schwern Make meta_info() 'args' work.
2008-02-24 Michael G Schwern Add NoObjectIndex which turns the live object index...
2008-02-24 Michael G Schwern The infinite loop with sub DESTROY { $_[0]->discard_cha...
2008-02-24 Michael G Schwern Ensure that has_many() loads the foreign class.
2008-02-21 Michael G Schwern Add in a warning if a column is declared as TEMP but...
2008-02-14 Michael G Schwern Implement cascade => "None"
2008-02-14 Michael G Schwern cascade delete test from Class-DBI 3.0.17
2008-02-14 Michael G Schwern Emulate $CDBI::Weaken_Not_Available and CDBI::Plugin...
2008-02-13 Michael G Schwern Forgot to set up the relationship between Actor and...
2008-02-13 Michael G Schwern Fix create() in the same way as update() so it throws...
2008-02-13 Michael G Schwern Fix the test to skip if MyFoo won't load.
2008-02-13 Michael G Schwern Test that DateTime objects can safely be updated twice...
2008-02-13 Michael G Schwern Quiet a warning
2008-02-13 Michael G Schwern Fix update() so it throws out inflated values, too
2008-02-13 Michael G Schwern Emulate that CDBI throws out all changed columns and...
2008-02-13 Michael G Schwern Emulate that Class::DBI inflates immediately
2008-02-13 Michael G Schwern Hash access no works despite lack of existing accessor...
2008-02-13 Michael G Schwern Localize the warning tests.
2008-02-13 Michael G Schwern When emulating $obj->{column} do not call any custom...
2008-02-12 Michael G Schwern Merge HasA, HasMany and MightHave into one file, Relati...
2008-01-17 Michael G Schwern Make the hash-key warning dependent on DBIC_CDBICOMPAT_...
2008-01-16 Michael G Schwern mst pointed out that my $val = $obj->{col}; $obj-...
2008-01-16 Michael G Schwern Allow CDBI objects to be accessed like hashes as people...
2007-08-31 Michael G Schwern Pull in some tests from CDBI 3.16 that already work.
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-21 Matt S Trout force CDBICompat deps for developers, fix tests to...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-03-14 Jess Robinson Added patch from Schwern to allow cdbi compat to infer...
2006-06-29 Matt S Trout corrected $^O string
2006-06-29 Matt S Trout disable warning tests on AS perl
2006-06-18 Matt S Trout fixup for deflated value handed to inflated accessor
2006-05-25 Justin Guenther squashed a couple unnecessary warnings in the CDBI...
2006-02-19 Matt S Trout PK::Auto tweak
2006-01-27 Marcus Ramberg oops, some more test failures
2006-01-27 Marcus Ramberg oops, botched one
2006-01-27 Marcus Ramberg made cdbi-t optional
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-08 Matt S Trout Simplified column handling code, moved primary key...
2005-12-20 Matt S Trout CDBICompat happy again on rs branch
2005-12-20 Matt S Trout Nuked 08-inheritcols.t since it's duplicated in 01...
2005-12-09 Matt S Trout Lo, doth everything now use resultset_instance
2005-11-24 Matt S Trout Updated version and POD
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
2005-09-10 Matt S Trout Fixes to CDBICompat::HasMany mapping method support...
2005-08-28 Andy Grundman Refactored pagination into search method, Sweet syntax...
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 Matt S Trout Oh yes. and the might_have test script. because that...
2005-08-01 Matt S Trout Added support for temp columns and ->make_read_only
2005-08-01 Matt S Trout Slice support for iterators
2005-07-31 Matt S Trout Refactoring, basic cursor support, additional syntax...
2005-07-29 Marcus Ramberg added objectindex tests for search and add
2005-07-29 Matt S Trout - Refactored some, moved more stuff over to using get...
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 Committed 06-hasa as well. Probably helps :)
2005-07-22 Matt S Trout has_a works
2005-07-21 Matt S Trout All tests successful, 15 subtests skipped. Files=8...
2005-07-21 Matt S Trout And the second part of the First Great Test Re-Organisation
2005-07-21 Matt S Trout First of a two-parter :)