Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / CD.pm
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-03-02 Peter Rabbitson Functional row-parse generator - really works!!!
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-04-08 Moritz Onken Test for an insane yet valid rel condition with subquery
2010-10-04 wreis Extend proxy rel attr
2010-06-11 Alexander Hartmaier added test for limit queries failing on Oracle
2009-11-26 Peter Rabbitson Whoops, wrong accessor (things still work though)
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-07-10 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-03 Peter Rabbitson Double an existing might_have test as has_one
2009-06-29 Rafael Kitover changed CD to ->table(\"cd")
2009-05-16 Peter Rabbitson Add default resultclass/resultsetclass to the entire...
2009-04-30 Peter Rabbitson Revert addition of superficial relationship in r5886
2009-02-22 Peter Rabbitson janitorial work
2008-12-16 Guillermo Roditi rename option to undef_on_null_fk and make it default...
2008-12-16 Guillermo Roditi Introduce 'any_null_means_no_value' option to eliminate...
2008-11-17 Peter Rabbitson Two more sets of might_have - has_many relationships...
2008-11-16 Peter Rabbitson Add new test relationship - a track can have a relates...
2008-11-09 Peter Rabbitson Some testdb changes and alignment, preparing for test...
2008-10-24 Peter Rabbitson More test schema relations for future tests
2008-08-28 Peter Rabbitson doh2
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