fix related resultsets and multi-create
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / CD.pm
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-08-22 Peter Rabbitson - Allow explicit specification of ON DELETE/ON UPDATE...
2008-03-04 Ash Berlin is_deferrable patch from Debolaz
2006-06-07 Luke Saunders obscure prefetch problem fixed
2006-06-07 Luke Saunders prefetch bugfix work-in-progress
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-24 Aran Deltac Move relationships out of Relationships.pm and in to...
2006-03-12 Jess Robinson Oops, deploy only drops tables if you tell it to..
2006-03-09 Scott McWhirter Update to hide modules from the PAUSE Indexer.
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-01-27 Matt S Trout We can now generate our own test schema
2006-01-23 Daniel Westermann... Add unique constraint declaration and new ResultSet...
2005-09-17 Matt S Trout Test split to run against normal rels and helper rels...
2005-09-09 Matt S Trout More refactoring, prefetch
2005-09-09 Matt S Trout Joins work for search, some refactoring
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