Skip to content

DBIx::Lite::Schema::Table::class is documented as accepting a $inflator argument, but it doesn't #20

@djerius

Description

@djerius

Documentation for DBIx::Lite::Schema::Table::class says:

The "class()" method accepts three more optional arguments:

    $dbix->schema->table('books')->class('My::Book', $constructor, $storage, $inflator);

However, it doesn't actually look for and act on the $inflator argument. Unfortunately this means to get that functionality requires overriding/wrapping the undocumented DBIx::Lite::ResultSet::_inflate_row method.

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