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
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." However, I was
> unable to observe this behaviour with my configuration.
Odd, it looks like it's work