Search results for "dist:DBIx-Class-SingletonRows Class::Singleton"

DBIx::Class::SingletonRows - make database rows returned by DBIx::Class into singletons River stage zero No dependents

When you do this with DBIx::Class: my $row = $schema->... my $row2 = update_and_return(); sub update_and_return { my $row = $schema->... $row->somefield("HLAGH"); $row->update(); return $row; } then even if both $row and $row2 have the same row_id, t...

DCANTRELL/DBIx-Class-SingletonRows-0.11 - 26 Jun 2008 17:33:22 UTC
1 result (0.051 seconds)