add TODO on constraint check
[dbsrgits/DBIx-Class.git] / t / cdbi-t / 02-Film.t
2008-03-14 Michael G Schwern Improve add_constructor() support to handle ORDER BY...
2008-02-24 Michael G Schwern Add NoObjectIndex which turns the live object index...
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
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-01-27 Marcus Ramberg made cdbi-t optional
2005-09-20 Matt S Trout Error message fix (cheers Siracusa), CDBICompat count_a...
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-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-22 Matt S Trout has_a works
2005-07-21 Matt S Trout And the second part of the First Great Test Re-Organisation