Changes for version 0.13

  • Fixed bug in last_insert_id which was missing the level argument leading to various errors when logging last_insert_id.
  • After looking at DBIx::Log4perl usage from an application I use through Devel::NYTProf I have reduced the time spent in DBIx::Log4perl a little.
  • Fixed a few typos in the pod - thanks to Will Sheppard.
  • Some time in the past the connect log message lost the ',' between the DSN and the username.
  • Many tweaks to the pod.
  • Now sets Data::Dumper::Quotekeys to 0 to avoid quoting hash keys when using Data::Dumper for log output.
  • The logging of execute method calls now includes the SQL if execute was called with parameters.

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