in reply to Re: How to disable SQL Warning in DBI.pm
in thread How to disable SQL Warning in DBI.pm

Unfortunately, specifying / trapping the code is a fix, but not the solution I'm looking for. I want to suppress all warning message from being printed in errstr.
  • Comment on Re^2: How to disable SQL Warning in DBI.pm

Replies are listed 'Best First'.
Re^3: How to disable SQL Warning in DBI.pm
by runrig (Abbot) on Mar 17, 2014 at 18:46 UTC
    The docs list a connection attribute "db2_quiet_mode". Does that do anything?

    If PrintWarn doesn't work though, I'd report that as a bug.