Renamed DBIx::Class::Table::in_database to DBIx::Class::Table::in_storage
[dbsrgits/DBIx-Class.git] / t / 01core.t
2005-08-06 Dan Kubb Renamed DBIx::Class::Table::in_database to DBIx::Class...
2005-08-06 Dan Kubb Renamed DBIx::Class::PK's retrieve() as find()
2005-08-03 Andy Grundman Added tests for insert_or_update, moved Auto test to...
2005-08-02 Matt S Trout Fixed failing PK test (by loading PK plugins :)
2005-08-02 Andy Grundman Set to 21 tests instead of 20
2005-08-02 Andy Grundman Added failing test for update
2005-08-02 Andy Grundman Added count, count_related, and tests
2005-07-25 Matt S Trout Added tests for the core APIs, refactored some