Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37037654
en ru br
ALT Linux repos
S:0.11-alt1.1.1
5.0: 0.11-alt1.1

Group :: Development/Perl
RPM: perl-DBIx-Class-SingletonRows

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.11-alt1.1.1
Build date: 22 november 2010, 18:27 ( 696.4 weeks ago )
Size: 16.03 Kb

Home page:   http://search.cpan.org/dist/DBIx-Class-Singleto…

License: Artistic
Summary: make database rows returned by DBIx::Class
Description:

DBIx::Class::SingletonRows wraps around inflate_result() method of DBIx::Class::Row
class so that it always returns singletons.

Sample:

package MyProject::DB::Employee;
use base qw(DBIx::Class);
__PACKAGE__->load_components(qw(SingletonRows Core));
__PACKAGE__->table('employees');
...

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-DBIx-Class-SingletonRows
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin