Skip to content

DBIx::Lite::ResultSet should offer columns() and get_column() methods #22

@XSven

Description

@XSven

someting like this

my @rows;
while (my $book = $books_rs->next) {
  push @rows, [ map { $books_rs->get_column( $_ ) } $books_rs->columns ];
}

should be possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions