The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.07

  • Fix bug in execute_array which did not handle scalars in parameter list for execute array. e.g.
  • execute_array(undef, \@p1_list, # OK $p2 # was not handled properly )
  • Added support to execute_array to automatically add an ArrayTupleStatus if one was not specified so DBIx::Log4perl can log errors in execute_array.
  • Fixed bug in execute_array where comparison with logging mask was && instead of &.
  • Fixed bug in execute_array which did not handle passing undef attributes as first argument to execute_array.
  • Added missing support for finish method in DBI.
  • Added missing support for prepare_cached method in DBI.
  • Added missing support for get_info method in DBI.

Modules

Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle.

Provides

in lib/DBIx/Log4perl/Constants.pm
in lib/DBIx/Log4perl/db.pm
in lib/DBIx/Log4perl/st.pm

Examples