add TODO on constraint check
[dbsrgits/DBIx-Class.git] / t / cdbi-t / columns_as_hashes.t
2008-02-13 Michael G Schwern Forgot to set up the relationship between Actor and...
2008-02-13 Michael G Schwern Fix the test to skip if MyFoo won't load.
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-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...