Move population code from Schema to DBICTest.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
2006-05-24 Aran Deltac Move population code from Schema to DBICTest.
2006-05-18 Aran Deltac Delete basicrels tests. Modify run tests to use new...
2006-05-18 Aran Deltac Removed BasicRels and reorganized where the various...
2006-04-29 Jess Robinson add create_ddl_dir for creating versioned sql statement...
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-02-24 Matt S Trout Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var...
2006-01-14 Matt S Trout add_relationship, relationship_info, relationships...
2006-01-09 Matt S Trout Moving towards instance-based schemas
2006-01-02 Matt S Trout Some tweaks to Componentised, many_to_many helper from...
2005-12-27 Matt S Trout Added select and as attrs to resultset
2005-09-09 Brian Cassidy added test for 2 relationships in the same class to...
2005-08-10 Matt S Trout Fixes, refactoring, test additions
2005-08-06 Matt S Trout Fixed DBICTest Schema class names, added class_resolver...
2005-08-04 Matt S Trout Schema support added, DBICTest refactored to use it
2005-08-04 Matt S Trout _get_dbh removed
2005-08-02 Matt S Trout Column inflation tests now pass
2005-08-02 Andy Grundman Fixed inflate to be a single hashref, I'm a moron :)
2005-08-02 Andy Grundman Added a use DateTime
2005-08-02 Andy Grundman Added failing tests for inflate_column
2005-08-01 Andy Grundman Added tests for add_relationship, search_related, creat...
2005-07-30 David Kamholz changed set_primary_key() to use Tie::IxHash so order...
2005-07-21 Matt S Trout First of a two-parter :)