Emulate that Class::DBI inflates immediately
[dbsrgits/DBIx-Class.git] / t / cdbi-t /
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 :)