From: Daniel Westermann-Clark Date: Fri, 7 Jul 2006 20:22:01 +0000 (+0000) Subject: Cleanup test and log fix X-Git-Tag: v0.07002~75^2~38^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcfb635f476fcc455f008fc68c8a8d106d32a22f;p=dbsrgits%2FDBIx-Class.git Cleanup test and log fix --- diff --git a/Changes b/Changes index c1644c8..97a0325 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx::Class + - don't generate partial unique keys in ResultSet::find() when a table + has more than one unique constraint which share a column and only one + is satisfied - cleanup UTF8Columns and make more efficient - rename DBIX_CLASS_STORAGE_DBI_DEBUG to DBIC_TRACE - rename _parent_rs to _parent_source in ResultSet diff --git a/t/80unique.t b/t/80unique.t index ad62f0f..9c03fc4 100644 --- a/t/80unique.t +++ b/t/80unique.t @@ -140,7 +140,7 @@ is($cd9->get_column('artist'), $cd1->get_column('artist'), 'artist is correct'); is($cd9->title, $cd1->title, 'title is correct'); is($cd9->year, 2021, 'year is correct'); -# KNOWN TO FAIL: Table with two unique constraints, and we're satisying one of them +# Table with two unique constraints, and we're satisying one of them my $track = $schema->resultset('Track')->find( { cd => 1,