Added quote char test, supported quoting in S::A subclass for joins
[dbsrgits/DBIx-Class.git] / t / 06relationship.t
2005-08-07 Matt S Trout Cursor abstracted, delete_related added
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 Andy Grundman Added tests for set_from_related, update_from_related...
2005-08-02 Andy Grundman Added count, count_related, and tests
2005-08-02 Matt S Trout Join conditions supplied to add_relationship are now...
2005-08-02 Matt S Trout Column inflation tests now pass
2005-08-01 Matt S Trout add_relatinship now barfs without join condition
2005-08-01 Andy Grundman Added tests for add_relationship, search_related, creat...