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
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,