Implemented "add_unique_constraints".
[dbsrgits/DBIx-Class.git] / t / 80unique.t
2010-07-04 Norbert Buchmuller Implemented "add_unique_constraints".
2009-11-12 Peter Rabbitson Fix return value of in_storage
2009-09-07 Peter Rabbitson Prune duplicate constraints from the find() condition
2009-04-17 Johannes Plunien Added update_or_new to ResultSet.pm
2006-12-19 Daniel Westermann... fix find_related-based queries to correctly grep the...
2006-07-28 Daniel Westermann... Minor test cleanup (I think I'm losing my mind)
2006-07-28 Daniel Westermann... Pass attrs to find from update_or_create (reported...
2006-07-07 Daniel Westermann... Cleanup test and log fix
2006-07-07 Daniel Westermann... Commit failing test for unique constraints: When a...
2006-05-28 Daniel Westermann... Merge 'find_compat' into 'DBIx-Class-current'
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-27 Daniel Westermann... Relax _unique_queries for *_related
2006-05-25 Justin Guenther Changed tests to use DBICTest->init_schema() instead...
2006-05-18 Aran Deltac Move helperrels/26sqlt.t, and all t/run/*.tl scripts...