DBIx-Mint
view release on metacpan or search on metacpan
lib/DBIx/Mint/Table.pm view on Meta::CPAN
}
push @ids, [ @$obj{ @{ $schema->pk } } ];
}
return @ids
};
my @ids = $mint->connector->run( fixup => $sub );
return wantarray ? @ids : $ids[0][0];
}
sub update {
# Input:
# Case 1) a class name, a Mint object, two hash refs
# Case 2) a class name, two hash refs
# Case 3) a blessed object
my $proto = shift;
my $class;
my $mint;
my $set;
my $where;
( run in 0.278 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )