The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.42 - 2019-10-15

  • add where option new syntax support for join clause
    • (3) Array reference[where clause, parameters, join(optional)] where => [ ['and', ':author{=}', ':title{like}'], {author => 'Ken', title => '%Perl%'},
      • "left outer join table2 on table1.key1 = table2.key1"
    • ]
  • Search table names in select method's append option
  • use Carp::confess instead of Carp::croak to know the exception place.

Modules

DBI extension to execute insert, update, delete, and select easily
Mapper of parameter
Model object
Not exists object
Order by clause
Result of select statement
Utility class
Where clause

Provides

in lib/DBIx/Custom/Query.pm