Re: [log4perl-devel] suggested patch for Log::Log4perl::Appender::DBI

2007-12-14 Thread Mark Blackman
On 13 Dec 2007, at 17:52, Kevin M. Goess wrote: > Mark Blackman wrote: >> In the Appender::DBI man page, we see the following sentence, >> "If there are more '?' placeholders than there are values in >> your message, it will use undef for the rest."

[log4perl-devel] suggested patch for Log::Log4perl::Appender::DBI

2007-12-13 Thread Mark Blackman
Hi, In the Appender::DBI man page, we see the following sentence, "If there are more '?' placeholders than there are values in your message, it will use undef for the rest." However, I was unable to observe this behaviour with my configuration. I used the following tiny patch to Appender::DBI.pm